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
Users may publish arbitrary key/value data associated with their account; such as a human-readable display name, a profile photo URL, contact information (email address, phone numbers, website URLs etc).
From the spec, it seems it should work… not sure if "just not implemented yet" or if the spec has changed not to allow this.
have been asking this question in the #matrix-dev:matrix.org multiple times (since 1+ year). example
maybe open/allow/active the discussion tab on the github repo, it works having the community ask and answer questions (does not mean the official team has to answer, but community can maintain a "forum like" feature)
Thanks anyways and sorry again for the spam at the wrong place(s).
4www
changed the title
How to use (CRUD) arbitrary key/value data associated with a user account profile
How to use (CRUD) arbitrary key/value data associated with a user account (public) profile
Nov 9, 2023
On this page https://spec.matrix.org/latest/#profiles it mentions:
From the spec, it seems it should work… not sure if "just not implemented yet" or if the spec has changed not to allow this.
Here https://spec.matrix.org/v1.8/client-server-api/#profiles it mentions only GET and PUT for
profile/${user_id}/{avatar,displayname}
, and when trying for an other "profile key" (than avatar and display name), it errors.Any idea how one does add new "arbitrary key/value" to their user profile? With the matrix-js-sdk, or the HTTP API?
The text was updated successfully, but these errors were encountered: