mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Include last activity with autoaway mode away
This commit is contained in:
parent
c5178747fd
commit
f7aa03f8e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user