mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
jabber: fixed spelling in comment
This commit is contained in:
parent
82e65734c0
commit
9ea9222158
@ -483,7 +483,7 @@ _chat_message_handler(xmpp_stanza_t * const stanza)
|
||||
chat_session_set_recipient_supports(short_from, recipient_supports);
|
||||
}
|
||||
|
||||
// deal with chat states is recipient supports them
|
||||
// deal with chat states if recipient supports them
|
||||
if (recipient_supports) {
|
||||
if (xmpp_stanza_get_child_by_name(stanza, "composing") != NULL) {
|
||||
if (prefs_get_notify_typing() || prefs_get_intype()) {
|
||||
|
Loading…
Reference in New Issue
Block a user