Skip to content
Snippets Groups Projects
Commit 53e62040 authored by Brendan Taylor's avatar Brendan Taylor
Browse files

only print esession details once when opening a chat

parent 7e5b9ab2
No related branches found
No related tags found
No related merge requests found
......@@ -2412,9 +2412,6 @@ class ChatControl(ChatControlBase):
jid_with_resource += '/' + self.resource
events = gajim.events.get_events(self.account, jid_with_resource)
if hasattr(self, 'session') and self.session and self.session.enable_encryption:
self.print_esession_details()
# list of message ids which should be marked as read
message_ids = []
for event in events:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment