mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
fix: Room.isRoomFriend
This commit is contained in:
@@ -92,6 +92,6 @@ public class Room implements Serializable {
|
|||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
public boolean isRoomGroup() {
|
public boolean isRoomGroup() {
|
||||||
return RoomTypeEnum.of(this.hotFlag) == RoomTypeEnum.GROUP;
|
return RoomTypeEnum.of(this.type) == RoomTypeEnum.GROUP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user