1
This commit is contained in:
parent
6c39f8b684
commit
3aaba6d688
@ -273,7 +273,8 @@ func (this *friendMgr) AsyncAccpetApply(senderId string, targetId string, cb fun
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *friendMgr) AsyncRejectApply(senderId string, targetId string, cb func(int32, string)) {
|
func (this *friendMgr) AsyncRejectApply(senderId string, targetId string, cb func(int32, string)) {
|
||||||
|
this.asyncSetApplyStatus(senderId, targetId, 2)
|
||||||
|
cb(0, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *friendMgr) AsynDeleteFriend(senderId string, targetId string, cb func(int32, string)) {
|
func (this *friendMgr) AsynDeleteFriend(senderId string, targetId string, cb func(int32, string)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user