mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-14 10:34:45 +01:00
4 lines
293 B
Plaintext
4 lines
293 B
Plaintext
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.
|