Skip to content

Commit

Permalink
VKontakte: fix invisible status
Browse files Browse the repository at this point in the history
  • Loading branch information
ElzorFox committed May 11, 2021
1 parent 1c1c820 commit 3834095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/VKontakte/src/vk_thread.cpp
Expand Up @@ -112,9 +112,9 @@ static void CALLBACK VKUnsetTimer(void*)

void CVkProto::OnTimerTic()
{
SetServerStatus(m_iDesiredStatus);
RetrieveUsersInfo(true);
RetrieveUnreadEvents();
SetServerStatus(m_iDesiredStatus);
}

void CVkProto::OnLoggedIn()
Expand Down

0 comments on commit 3834095

Please sign in to comment.