better comment
This commit is contained in:
parent
1a3923cdf4
commit
c7c695d902
|
@ -425,7 +425,7 @@ class TabbedChatWindow(chat.Chat):
|
||||||
# False if peer does not support jep85
|
# False if peer does not support jep85
|
||||||
# 'ask' if we sent 'active' chatstate and are waiting for reply
|
# 'ask' if we sent 'active' chatstate and are waiting for reply
|
||||||
|
|
||||||
# do nothing if config has typing notifications disabled
|
# do not send nothing if we have chat state notifications disabled
|
||||||
if not gajim.config.get('send_chat_state_notifications'):
|
if not gajim.config.get('send_chat_state_notifications'):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue