Skip to content
Snippets Groups Projects
Commit 29483101 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove FIXME:

plz don't ask questions in the code
I put that here cause this function is called when we log in and never after
parent b0eec477
No related branches found
No related tags found
No related merge requests found
......@@ -786,7 +786,7 @@ class Interface:
if gajim.connections[account].connected == invisible_show:
return
# join already open groupchats # FIXME: why this happens here? nothing to do with BMs
# join already open groupchats
for acct in gajim.connections:
for room_jid in self.instances[acct]['gc']:
if room_jid == 'tabbed':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment