mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
2 lines
262 B
Text
2 lines
262 B
Text
Some `Session` apis are now available by requesting the service first. For instance `Session.updateAvatar(...)` is now `Session.profileService().updateAvatar(...)`
|
|
The shortcut `Room.search()` has been removed, you have to use `Session.searchService().search()`
|