Skip to content

Commit

Permalink
Forgot to add this
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Nov 19, 2024
1 parent 6570ce1 commit e2be8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snikket/Chat.hx
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ class Channel extends Chat {
}

@:allow(snikket)
private function selfPing(shouldRefreshDisco = true) {
private function selfPing(refresh: Bool) {
if (uiState == Closed){
client.sendPresence(
getFullJid().asString(),
Expand Down

0 comments on commit e2be8bc

Please sign in to comment.