Fix away tracking

This commit is contained in:
2026-09-15 12:30:04 -06:00
parent de98d00a1c
commit 87410aea50

View File

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