mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 00:26:21 +00:00
Added a seperate option to enable outgoing typing notifications
This commit is contained in:
@@ -209,6 +209,7 @@ chat_session_set_active(const char * const recipient)
|
||||
log_error("No chat session found for %s.", recipient);
|
||||
} else {
|
||||
session->state = CHAT_STATE_ACTIVE;
|
||||
g_timer_start(session->active_timer);
|
||||
session->sent = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user