mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
3 lines
262 B
Text
3 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()`
|