Merge pull request #391 from ZoiteChat/fix-away-tracking

Fix away tracking
This commit is contained in:
deepend-tildeclub
2026-09-15 11:45:16 -07:00
committed by GitHub

View File

@@ -463,7 +463,6 @@ 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;
} }