mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-17 21:29:58 +00:00
Merge pull request #391 from ZoiteChat/fix-away-tracking
Fix away tracking
This commit is contained in:
@@ -463,8 +463,7 @@ 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;
|
||||||
}
|
}
|
||||||
loop++;
|
loop++;
|
||||||
|
|||||||
Reference in New Issue
Block a user