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
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ class Interface:
|
||||||
if gajim.connections[account].connected == invisible_show:
|
if gajim.connections[account].connected == invisible_show:
|
||||||
return
|
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 acct in gajim.connections:
|
||||||
for room_jid in self.instances[acct]['gc']:
|
for room_jid in self.instances[acct]['gc']:
|
||||||
if room_jid == 'tabbed':
|
if room_jid == 'tabbed':
|
||||||
|
|
Loading…
Add table
Reference in a new issue