mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
3 lines
293 B
Text
3 lines
293 B
Text
Remove `RoomSummaryQueryParams.roomId`. If you need to observe a single room, use the new API `RoomService.getRoomSummaryLive(roomId: String)`
|
|
- `ActiveSpaceFilter` has been renamed to `SpaceFilter`
|
|
- `RoomCategoryFilter.ALL` has been removed, just pass `null` to not filter on Room category.
|