This commit is contained in:
aozhiwei 2020-07-01 13:09:42 +08:00
parent 40bdddabf2
commit 0444971968

View File

@ -384,6 +384,9 @@ void Player::_CMFriendAddBlack(f8::MsgHdr& hdr, const cs::CMFriendAddBlack& msg)
}
ShowErrorMsg("成功添加到黑名单");
} else {
if (msg.user_info().base_data().account_id().empty()) {
return;
}
if (msg.user_info().base_data().account_id() == AccountId()) {
return;
}