test #332
| @@ -398,7 +398,7 @@ class LiveRoomQueryRepositoryImpl( | ||||
|                 liveRoom.isActive.isFalse | ||||
|                     .and(liveRoom.channelName.isNotNull) | ||||
|             ) | ||||
|             .groupBy(liveRoom.member.id) | ||||
|             .groupBy(member.id) | ||||
|             .orderBy(liveRoom.updatedAt.max().desc()) | ||||
|             .offset(offset) | ||||
|             .limit(20) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user