-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] MSC3865: User-given attributes for users #3865
base: main
Are you sure you want to change the base?
Conversation
Split from MSC3864, see matrix-org#3864
user's user-given attributes now defined in [MSC3865](matrix-org#3865)
As I understend size of single item in User Config is limited at 64 KiB So it can be an issue if somebody store too much data in Perhaps we need to store data for each user individually? like Sadly it would explode amount of user data stored, IDK if this can cause problems. Other option is to create |
Just so you know, I am implementing this in kazv: https://iron.lily-is.land/T77 |
As this is done in kazv ( https://iron.lily-is.land/T77 ) I think we should remove the needs-implementation label. |
### Implementation | ||
|
||
For each attribute of a user profile, a new event type shall be defined. | ||
To get the new event type, the prefix `m.user_given.user.` shall be appended to the attribute's name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get the new event type, the prefix `m.user_given.user.` shall be appended to the attribute's name. | |
To get the new event type, the prefix `m.user_given.user.` shall be prepended to the attribute's name. |
is more appropriate, since it goes at the beginning.
Signed-off-by: Felix Stupp [email protected]