mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 00:26:22 +00:00
Only set state to </paused> when was previously </composing>
This commit is contained in:
@@ -129,8 +129,8 @@ chat_session_no_activity(const char * const recipient)
|
||||
|
||||
if (session->state == CHAT_STATE_COMPOSING) {
|
||||
session->sent = FALSE;
|
||||
session->state = CHAT_STATE_PAUSED;
|
||||
}
|
||||
session->state = CHAT_STATE_PAUSED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user