typo
This commit is contained in:
parent
ab3beb37b3
commit
6bbaf4085d
|
@ -452,11 +452,11 @@ class TabbedChatWindow(chat.Chat):
|
||||||
return
|
return
|
||||||
|
|
||||||
# if we're inactive prevent paused (inactive is stronger)
|
# 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
|
return
|
||||||
|
|
||||||
# if we're inactive prevent paused (inactive is stronger)
|
# 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
|
return
|
||||||
|
|
||||||
self.chatstates[jid] = state
|
self.chatstates[jid] = state
|
||||||
|
|
Loading…
Reference in New Issue