send status to connecting accounts when we change global status combobox. Fixes #3133
This commit is contained in:
parent
37a234b1be
commit
0317b6af58
|
@ -3328,7 +3328,7 @@ class RosterWindow:
|
|||
# status
|
||||
|
||||
if not global_sync_connected_accounts > 0 or \
|
||||
gajim.account_is_connected(account):
|
||||
gajim.connections[account].connected > 0:
|
||||
self.send_status(account, status, message)
|
||||
self.update_status_combobox()
|
||||
|
||||
|
|
Loading…
Reference in New Issue