From 58208b81f2f89271e16e9871439dabf075708c4d Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Tue, 15 Sep 2026 12:30:04 -0600 Subject: [PATCH] Fix away tracking (cherry picked from commit 87410aea50cd4979a02d0c59f78e9026950b302d) --- src/common/zoitechat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/zoitechat.c b/src/common/zoitechat.c index 9c94afa3..16c2a5ed 100644 --- a/src/common/zoitechat.c +++ b/src/common/zoitechat.c @@ -463,8 +463,7 @@ doover: while (list) { sess = list->data; - if (!sess->server->have_awaynotify) - sess->done_away_check = FALSE; + sess->done_away_check = FALSE; list = list->next; } loop++;