mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:16:22 +00:00
Include last activity with autoaway mode away
This commit is contained in:
@@ -183,7 +183,7 @@ _check_autoaway()
|
||||
|
||||
// handle away mode
|
||||
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();
|
||||
|
||||
// handle idle mode
|
||||
|
||||
Reference in New Issue
Block a user