This commit is contained in:
aozhiwei 2020-06-24 22:09:16 +08:00
parent cf9a4b27df
commit a5374c57df

View File

@ -540,7 +540,7 @@ void Player::_SS_IM_FriendDeleteRequest(f8::MsgHdr& hdr, const ss::SS_IM_FriendD
}); });
#endif #endif
RemoveFriend(msg.context().user_info().base_data().account_id(), false); RemoveFriend(msg.context().user_info().base_data().account_id(), false);
if (msg.flag() == 1) { if (msg.reason() == 1) {
a8::Timer::Instance()->AddDeadLineTimerAndAttach a8::Timer::Instance()->AddDeadLineTimerAndAttach
( (
1000 * 2, 1000 * 2,