You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
This isn't something you can do in Synapse at present. The best approximation would be to add extra content to you m.room.member events, but a) this would be a hack and clients wouldn't support it at all; b) this wouldn't scale: you'd have to do this once for every room you're in.
I've add some info about user by this API:
https://matrix.org/docs/api/#put-/_matrix/client/v3/user/-userId-/account_data/-type-
But cannot query by "/_matrix/client/v3/profile/{userId}", only shows the name and avatar, is there any config let users show there infomation?
The text was updated successfully, but these errors were encountered: