mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
3 lines
262 B
Plaintext
3 lines
262 B
Plaintext
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()`
|