1
This commit is contained in:
parent
3254e78fd9
commit
f26ceb7b3d
@ -204,6 +204,10 @@ func (this *friendMgr) AsyncApplyFriend(senderId string, targetId string, cb fun
|
|||||||
cb(0, "")
|
cb(0, "")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if this.IsBlack(targetId, senderId) {
|
||||||
|
cb(0, "")
|
||||||
|
return
|
||||||
|
}
|
||||||
nowTime := f5.GetApp().GetNowSeconds()
|
nowTime := f5.GetApp().GetNowSeconds()
|
||||||
f5.GetJsStyleDb().Upsert(
|
f5.GetJsStyleDb().Upsert(
|
||||||
constant.FRIEND_DB,
|
constant.FRIEND_DB,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user