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