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
This commit is contained in:
parent
b0eec477b1
commit
294831017f
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue