This commit is contained in:
aozhiwei 2020-07-03 20:08:05 +08:00
parent 012a135b93
commit 08f9d0d191

View File

@ -423,6 +423,7 @@ void Player::_CMFriendAddBlack(f8::MsgHdr& hdr, const cs::CMFriendAddBlack& msg)
TypeConvert::Convert(p->temp_custom_data, *user_info->mutable_temp_custom_data()); TypeConvert::Convert(p->temp_custom_data, *user_info->mutable_temp_custom_data());
SendMsg(notifymsg); SendMsg(notifymsg);
} }
MarkDirty();
} }
cs::SMFriendAddBlack respmsg; cs::SMFriendAddBlack respmsg;
SendMsg(respmsg); SendMsg(respmsg);