Fix away tracking

(cherry picked from commit 87410aea50)
This commit is contained in:
2026-09-15 12:30:04 -06:00
parent e7631701ce
commit 58208b81f2

View File

@@ -463,8 +463,7 @@ doover:
while (list) while (list)
{ {
sess = list->data; sess = list->data;
if (!sess->server->have_awaynotify) sess->done_away_check = FALSE;
sess->done_away_check = FALSE;
list = list->next; list = list->next;
} }
loop++; loop++;