跨房PK:拒绝和接收协议更正

This commit is contained in:
huangjian
2021-11-15 18:22:14 +08:00
parent 538836a243
commit adec56419a
2 changed files with 2 additions and 3 deletions

View File

@@ -1345,7 +1345,6 @@ public final class IMNetEaseManager {
break; break;
case CUSTOM_MSG_SUB_ROOM_PK_ACCEPT: case CUSTOM_MSG_SUB_ROOM_PK_ACCEPT:
noticeRoomEvent(msg, RoomEvent.ROOM_PK_ACCEPT); noticeRoomEvent(msg, RoomEvent.ROOM_PK_ACCEPT);
AvRoomDataManager.get().roomPkLiveData.postValue(roomPkBean);
break; break;
case CUSTOM_MSG_SUB_ROOM_PK_REFUSE: case CUSTOM_MSG_SUB_ROOM_PK_REFUSE:
if (roomPkBean.getInviteUid() == AuthModel.get().getCurrentUid()) { if (roomPkBean.getInviteUid() == AuthModel.get().getCurrentUid()) {

View File

@@ -400,8 +400,8 @@ public class CustomAttachment implements MsgAttachment {
//跨房PK //跨房PK
public static final int CUSTOM_MSG_ROOM_PK = 83; public static final int CUSTOM_MSG_ROOM_PK = 83;
public static final int CUSTOM_MSG_SUB_ROOM_PK_INVITE = 831; public static final int CUSTOM_MSG_SUB_ROOM_PK_INVITE = 831;
public static final int CUSTOM_MSG_SUB_ROOM_PK_ACCEPT = 832; public static final int CUSTOM_MSG_SUB_ROOM_PK_REFUSE = 832;
public static final int CUSTOM_MSG_SUB_ROOM_PK_REFUSE = 833; public static final int CUSTOM_MSG_SUB_ROOM_PK_ACCEPT = 833;
public static final int CUSTOM_MSG_SUB_ROOM_PK_UPDATE = 834; public static final int CUSTOM_MSG_SUB_ROOM_PK_UPDATE = 834;
public static final int CUSTOM_MSG_SUB_ROOM_PK_FINISH = 835; public static final int CUSTOM_MSG_SUB_ROOM_PK_FINISH = 835;
public static final int CUSTOM_MSG_SUB_ROOM_PK_NOTIFY = 836; public static final int CUSTOM_MSG_SUB_ROOM_PK_NOTIFY = 836;