mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
2 lines
148 B
Plaintext
2 lines
148 B
Plaintext
`Room` apis are now available by requesting the service first. For instance `Room.updateAvatar(...)` is now `Room.stateService().updateAvatar(...)`
|