Added a seperate option to enable outgoing typing notifications

This commit is contained in:
James Booth
2012-11-01 00:12:35 +00:00
parent 270ac03558
commit 4be7833e2b
6 changed files with 52 additions and 9 deletions

View File

@@ -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;
}
}