From 30b3fd16153fab727315f014150d98b367ccd6ad Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Fri, 30 Jun 2023 09:54:39 -0400 Subject: Force update nicknames via PubSub and presences on reconnect --- xmpp/handlers.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmpp') 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() } }() } -- cgit v1.2.3