diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-30 16:54:39 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-06-30 16:54:39 +0300 |
commit | 30b3fd16153fab727315f014150d98b367ccd6ad (patch) | |
tree | 98e2c0193447e131cf77ce44050d5068c6a7f24c /xmpp/handlers.go | |
parent | f8ad8c0204e2effabce4545c91992146a560168d (diff) |
Force update nicknames via PubSub and presences on reconnect
Diffstat (limited to 'xmpp/handlers.go')
-rw-r--r-- | xmpp/handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp/handlers.go b/xmpp/handlers.go index d5666b1..1286914 100644 --- a/xmpp/handlers.go +++ b/xmpp/handlers.go @@ -342,6 +342,7 @@ func handlePresence(s xmpp.Sender, p stanza.Presence) { gateway.SPImmed(false), ) } + session.UpdateChatNicknames() } }() } |