revert [0ac22476]. It prevents reconnection. see #8062
This commit is contained in:
parent
9aaf43af27
commit
ec6dbeb5a3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def state_changed(state):
|
|||
for connection in gajim.connections.values():
|
||||
if gajim.config.get_per('accounts', connection.name,
|
||||
'listen_to_network_manager') and connection.connected > 1:
|
||||
connection._on_disconnected()
|
||||
connection._disconnectedReconnCB()
|
||||
|
||||
supported = False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue