[WIP] MSC3865: User-given attributes for users - #3865
Draft
Zocker1999NET wants to merge 3 commits into
Draft
Conversation
Split from MSC3864, see matrix-org#3864
Zocker1999NET
added a commit
to Zocker1999NET/matrix-spec-proposals
that referenced
this pull request
Aug 9, 2022
user's user-given attributes now defined in [MSC3865](matrix-org#3865)
This was referenced Aug 9, 2022
Contributor
|
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 |
Contributor
|
Just so you know, I am implementing this in kazv: https://iron.lily-is.land/T77 |
Contributor
|
As this is done in kazv ( https://iron.lily-is.land/T77 ) I think we should remove the needs-implementation label. |
uhoreg
reviewed
Jul 17, 2024
| ### 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. |
Member
There was a problem hiding this comment.
Suggested change
| 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Felix Stupp felix.stupp+github@banananet.work