summaryrefslogtreecommitdiff
path: root/src/tabs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs')
-rw-r--r--src/tabs/conversationtab.py1
-rw-r--r--src/tabs/privatetab.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tabs/conversationtab.py b/src/tabs/conversationtab.py
index f999ddcd..ce60689c 100644
--- a/src/tabs/conversationtab.py
+++ b/src/tabs/conversationtab.py
@@ -406,6 +406,7 @@ class DynamicConversationTab(ConversationTab):
Unlock the tab from a resource. It is now “associated” with the bare
jid.
"""
+ self.remote_wants_chatstates = None
if self.locked_resource != None:
self.locked_resource = None
diff --git a/src/tabs/privatetab.py b/src/tabs/privatetab.py
index 5599ec45..5b9d1cee 100644
--- a/src/tabs/privatetab.py
+++ b/src/tabs/privatetab.py
@@ -357,6 +357,7 @@ class PrivateTab(ChatTab):
def deactivate(self, reason=None):
self.on = False
+ self.remote_wants_chatstates = None
if reason:
self.add_message(txt=reason, typ=2)