1
This commit is contained in:
parent
63b7930a5b
commit
7e4251aad6
@ -289,7 +289,7 @@ func (this *friendMgr) AsyncRejectApply(senderId string, targetId string, cb fun
|
|||||||
cb(0, "")
|
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) ||
|
if !this.IsFriend(senderId, targetId) ||
|
||||||
senderId == targetId {
|
senderId == targetId {
|
||||||
cb(0, "")
|
cb(0, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user