mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-18 05:39:57 +00:00
Fix away tracking
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user