mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
1 line
148 B
Text
1 line
148 B
Text
`Room` apis are now available by requesting the service first. For instance `Room.updateAvatar(...)` is now `Room.stateService().updateAvatar(...)`
|