好友:修复添加好友时推送路径bug
This commit is contained in:
@@ -240,7 +240,7 @@ export class FriendHandler {
|
||||
list.push(param);
|
||||
if (hisOnlineInfo.isOnline) {
|
||||
let myParam = await getMyParamAsFriend(friendShip, role, friend.roleId);
|
||||
sendMessageToUserWithSuc(friend.roleId, PUSH_ROUTE.FRIEND_APPLY, { friend: myParam }, hisOnlineInfo.sid);
|
||||
sendMessageToUserWithSuc(friend.roleId, PUSH_ROUTE.FRIEND_ADD, { friend: myParam }, hisOnlineInfo.sid);
|
||||
}
|
||||
|
||||
resultApplyCodeList.push(apply.applyCode);
|
||||
|
||||
Reference in New Issue
Block a user