mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Add changelog
This commit is contained in:
parent
ad60467ae7
commit
d7a1ae3a00
1 changed files with 3 additions and 0 deletions
3
changelog.d/6143.sdk
Normal file
3
changelog.d/6143.sdk
Normal file
|
@ -0,0 +1,3 @@
|
|||
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.
|
Loading…
Reference in a new issue