summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index ac434745..2e62b5c4 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -291,7 +291,6 @@ class ChatTab(Tab):
"""
Send an empty chatstate message
"""
- state = '%s' % state
msg = self.core.xmpp.make_message(self.get_name())
msg['type'] = self.message_type
msg['chat_state'] = state