correctly get minimized room
This commit is contained in:
parent
970aa8c848
commit
997a8f8429
|
@ -2281,7 +2281,8 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
|||
# this solution might have an impact on the performance.
|
||||
if gc_control is None and \
|
||||
room_jid in gajim.interface.minimized_controls[self.name]:
|
||||
gc_control = control
|
||||
gc_control = gajim.interface.minimized_controls[self.name][
|
||||
room_jid]
|
||||
|
||||
if errcode == '502':
|
||||
# Internal Timeout:
|
||||
|
|
Loading…
Reference in New Issue