Skip to content
Snippets Groups Projects
Commit 6bbaf408 authored by nkour's avatar nkour
Browse files

typo

parent ab3beb37
No related branches found
No related tags found
No related merge requests found
......@@ -452,11 +452,11 @@ class TabbedChatWindow(chat.Chat):
return
# if we're inactive prevent paused (inactive is stronger)
if self.chatstates[jid] == = 'inactive' and state == 'paused':
if self.chatstates[jid] == 'inactive' and state == 'paused':
return
# if we're inactive prevent paused (inactive is stronger)
if self.chatstates[jid] == = 'inactive' and state == 'composing':
if self.chatstates[jid] == 'inactive' and state == 'composing':
return
self.chatstates[jid] = state
......
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