diff --git a/src/roster_window.py b/src/roster_window.py index 73d9e1470..d64418be4 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2475,7 +2475,7 @@ class RosterWindow: show = gajim.SHOW_LIST[gajim.connections[account].connected] else: # accounts merged show = helpers.get_global_show() - if gajim.SHOW_LIST[show] == 'invisible': + if show == 'invisible': # Don't send our presence if we're invisible continue if account not in accounts: