2 Commits

Author SHA1 Message Date
deepend-tildeclub
fc4a7454ad Merge pull request #391 from ZoiteChat/fix-away-tracking
Fix away tracking
2026-09-15 11:45:16 -07:00
87410aea50 Fix away tracking 2026-09-15 12:30:04 -06:00

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;
} }