matrix-android-sdk
matrix-android-sdk copied to clipboard
Presence is not being sent
Client-Server API docs specify method PUT /_matrix/client/r0/presence/{userId}/status for updating user presence, however this method isn't used anywhere in SDK, which leads to incorrect display of user status on all devices, if that user uses Android. iOS SDK already uses this method