踢出房间权限标识修复
This commit is contained in:
parent
54fb972cf4
commit
1526e10404
@ -109,7 +109,7 @@ public class RoomBlackJoinCmdExe {
|
||||
|
||||
// 被踢用户开启了防拉黑权限
|
||||
ResponseAssert.isFalse(CommonErrorCode.INSUFFICIENT_PERMISSION,
|
||||
userProfileGateway.getUserVipAbility(cmd.getUserId(), VipAbilityType.ANTI_BLOCK));
|
||||
userProfileGateway.getUserVipAbility(cmd.getUserId(), VipAbilityType.KICK_PREVENTION));
|
||||
|
||||
// 被操作人角色校验
|
||||
RoomMember beOptMember = roomMemberService.getRoomMember(cmd.getRoomId(), cmd.getUserId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user