mirror of
https://github.com/element-hq/element-android
synced 2024-12-18 15:24:33 +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.
|