mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 16:06:21 +00:00
Include last activity with autoaway mode away
This commit is contained in:
@@ -183,7 +183,7 @@ _check_autoaway()
|
|||||||
|
|
||||||
// handle away mode
|
// handle away mode
|
||||||
if (strcmp(pref_autoaway_mode, "away") == 0) {
|
if (strcmp(pref_autoaway_mode, "away") == 0) {
|
||||||
cl_ev_presence_send(RESOURCE_AWAY, pref_autoaway_message, 0);
|
cl_ev_presence_send(RESOURCE_AWAY, pref_autoaway_message, idle_ms / 1000);
|
||||||
ui_auto_away();
|
ui_auto_away();
|
||||||
|
|
||||||
// handle idle mode
|
// handle idle mode
|
||||||
|
|||||||
Reference in New Issue
Block a user