跨房PK:拒绝和接收协议更正
This commit is contained in:
@@ -1345,7 +1345,6 @@ public final class IMNetEaseManager {
|
||||
break;
|
||||
case CUSTOM_MSG_SUB_ROOM_PK_ACCEPT:
|
||||
noticeRoomEvent(msg, RoomEvent.ROOM_PK_ACCEPT);
|
||||
AvRoomDataManager.get().roomPkLiveData.postValue(roomPkBean);
|
||||
break;
|
||||
case CUSTOM_MSG_SUB_ROOM_PK_REFUSE:
|
||||
if (roomPkBean.getInviteUid() == AuthModel.get().getCurrentUid()) {
|
||||
|
@@ -400,8 +400,8 @@ public class CustomAttachment implements MsgAttachment {
|
||||
//跨房PK
|
||||
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_ACCEPT = 832;
|
||||
public static final int CUSTOM_MSG_SUB_ROOM_PK_REFUSE = 833;
|
||||
public static final int CUSTOM_MSG_SUB_ROOM_PK_REFUSE = 832;
|
||||
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_FINISH = 835;
|
||||
public static final int CUSTOM_MSG_SUB_ROOM_PK_NOTIFY = 836;
|
||||
|
Reference in New Issue
Block a user