summaryrefslogtreecommitdiff
path: root/src/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/handlers.py')
-rw-r--r--src/core/handlers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/handlers.py b/src/core/handlers.py
index 50dca216..d8f057f8 100644
--- a/src/core/handlers.py
+++ b/src/core/handlers.py
@@ -906,6 +906,7 @@ def on_session_start(self, event):
if not self.xmpp.anon:
# request the roster
self.xmpp.get_roster()
+ roster.update_contact_groups(self.xmpp.boundjid.bare)
# send initial presence
if config.get('send_initial_presence'):
pres = self.xmpp.make_presence()