|
@@ -177,7 +177,7 @@ public class RoomServiceImpl extends ServiceImpl<ImNetworkRoomDao, ImNetworkRoom
|
|
public boolean isUserDisplay(String display, String imUserId) {
|
|
public boolean isUserDisplay(String display, String imUserId) {
|
|
boolean result = false;
|
|
boolean result = false;
|
|
if (!display.isEmpty() && display.contains("userId=" + imUserId)) {
|
|
if (!display.isEmpty() && display.contains("userId=" + imUserId)) {
|
|
- if (display.contains("type=0") || display.contains("type=2")) {
|
|
|
|
|
|
+ if (display.contains("type=0") || display.contains("type=1") || display.contains("type=3")) {
|
|
result = true;
|
|
result = true;
|
|
}
|
|
}
|
|
}
|
|
}
|