diff --git a/src/roster_window.py b/src/roster_window.py index df49fd06c3fbf80f8cbfd2e2a4ef4d476db07315..9d282811c1a5757eab05cd0d10ba6235e3907fee 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2086,11 +2086,6 @@ class RosterWindow: if gajim.gc_connected[account][gc_control.room_jid]: gajim.connections[account].send_gc_status( gc_control.nick, gc_control.room_jid, status, txt) - else: - # for some reason, we are not connected to the room even - # if tab is opened, send initial join_gc() - gajim.connections[account].join_gc(gc_control.nick, - gc_control.room_jid, None) if was_invisible and status != 'offline': # We come back from invisible, join bookmarks gajim.interface.auto_join_bookmarks(account)