This commit is contained in:
aozhiwei 2020-06-24 19:25:23 +08:00
parent adbbe188aa
commit 82d24a533c

View File

@ -730,6 +730,7 @@ void Player::NotifyOnline()
ss::SS_IM_OnUserOnline msg;
msg.add_account_ids(AccountId());
SendSSMsg(myself, msg);
SyncOtherFriend();
}
{
ss::SS_IM_QueryUserOnlineState msg;