This commit is contained in:
aozhiwei 2024-04-08 11:11:29 +08:00
parent 63b7930a5b
commit 7e4251aad6

View File

@ -289,7 +289,7 @@ func (this *friendMgr) AsyncRejectApply(senderId string, targetId string, cb fun
cb(0, "")
}
func (this *friendMgr) AsynDeleteFriend(senderId string, targetId string, cb func(int32, string)) {
func (this *friendMgr) AsyncDeleteFriend(senderId string, targetId string, cb func(int32, string)) {
if !this.IsFriend(senderId, targetId) ||
senderId == targetId {
cb(0, "")