mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-18 05:39:57 +00:00
Merge pull request #391 from ZoiteChat/fix-away-tracking
Fix away tracking
This commit is contained in:
@@ -463,7 +463,6 @@ doover:
|
||||
while (list)
|
||||
{
|
||||
sess = list->data;
|
||||
if (!sess->server->have_awaynotify)
|
||||
sess->done_away_check = FALSE;
|
||||
list = list->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user