This commit is contained in:
aozhiwei 2024-04-10 18:02:26 +08:00
parent 3254e78fd9
commit f26ceb7b3d

View File

@ -204,6 +204,10 @@ func (this *friendMgr) AsyncApplyFriend(senderId string, targetId string, cb fun
cb(0, "")
return
}
if this.IsBlack(targetId, senderId) {
cb(0, "")
return
}
nowTime := f5.GetApp().GetNowSeconds()
f5.GetJsStyleDb().Upsert(
constant.FRIEND_DB,