matrix-react-sdk
matrix-react-sdk copied to clipboard
Hide/show presence based on capabilities per MSC1862
This is currently a simple implementation which overrides the config value of enable_presence_by_hs_url with the response given looking at /capabilities m.presence.
https://github.com/matrix-org/matrix-doc/pull/1862
Conflicts need fixing and needs applying to UserInfo
MSC needs changes, conflicts need resolving, also needs wiring up to UserInfo; marking as draft until it is ready.