1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Only set state to </paused> when was previously </composing>

This commit is contained in:
James Booth 2012-12-19 23:40:21 +00:00
parent d669866aac
commit bcf0628a0f

View File

@ -129,11 +129,11 @@ chat_session_no_activity(const char * const recipient)
if (session->state == CHAT_STATE_COMPOSING) {
session->sent = FALSE;
}
session->state = CHAT_STATE_PAUSED;
}
}
}
}
}
void