wrong method name when restarting e2e
This commit is contained in:
parent
8c49e10f93
commit
a3d0166f1d
|
@ -1737,7 +1737,7 @@ class Interface:
|
||||||
session.conn.delete_session(jid, session.thread_id)
|
session.conn.delete_session(jid, session.thread_id)
|
||||||
|
|
||||||
# restart the session
|
# restart the session
|
||||||
session.begin_e2e_negotiation()
|
session.negotiate_e2e()
|
||||||
|
|
||||||
def handle_event_privacy_lists_received(self, account, data):
|
def handle_event_privacy_lists_received(self, account, data):
|
||||||
# ('PRIVACY_LISTS_RECEIVED', account, list)
|
# ('PRIVACY_LISTS_RECEIVED', account, list)
|
||||||
|
|
Loading…
Reference in New Issue