|
@@ -146,7 +146,7 @@ public class RiskUserOperateService {
|
|
|
public boolean kick(UserBase staff, long roomId, long vid) {
|
|
|
if(BLACKLIST_VID.contains(vid)) {
|
|
|
LOGGER.info("kick, vid: {} is in blacklist, skip normal kick", vid);
|
|
|
- return false;
|
|
|
+ return true;
|
|
|
}
|
|
|
Map<String, Object> requestBody = new HashMap<>();
|
|
|
requestBody.put("uuid", staff.getUuid());
|