aboutsummaryrefslogtreecommitdiff
path: root/xmpp/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/handlers.go')
-rw-r--r--xmpp/handlers.go1
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()
}
}()
}