Skip to content
Snippets Groups Projects
Commit e5f95be6 authored by Thibg's avatar Thibg
Browse files

Oops, missed a delete_jingle_session last time.

parent 6e5d8c4c
No related branches found
No related tags found
No related merge requests found
......@@ -1630,7 +1630,7 @@ class ChatControl(ChatControlBase):
# We need to do that before modifying the sid
if state == 'not_available':
gajim.connections[self.account].delete_jingle_session(
self.contact.get_full_jid(), getattr(self, jingle_type + '_sid'))
getattr(self, jingle_type + '_sid'))
if state in ('not_available', 'available', 'stop'):
setattr(self, jingle_type + '_sid', None)
......
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