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