fix a tb
This commit is contained in:
parent
9ed7102374
commit
5f1c9105bc
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class TabbedChatWindow(chat.Chat):
|
||||||
|
|
||||||
chatstate_to_send = None
|
chatstate_to_send = None
|
||||||
|
|
||||||
if chatstates_on: # if we have them one
|
if chatstates_on and contact is not None:
|
||||||
if contact.chatstate is None:
|
if contact.chatstate is None:
|
||||||
# no info about peer
|
# no info about peer
|
||||||
# send active to discover chat state capabilities
|
# send active to discover chat state capabilities
|
||||||
|
|
Loading…
Add table
Reference in a new issue