diff --git a/src/gajim.py b/src/gajim.py index 16e7da13c..5f80d6ff6 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1737,7 +1737,7 @@ class Interface: session.conn.delete_session(jid, session.thread_id) # restart the session - session.negotiate_e2e() + session.negotiate_e2e(False) def handle_event_privacy_lists_received(self, account, data): # ('PRIVACY_LISTS_RECEIVED', account, list)