matrix-org / matrix-org/thirdroom
Profile interop: Use public/private key/value storage provided by Matrix protocol
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 647
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
We can see such data as "Default Display Name", "Preffered Pronouns", "Bio" in #70. Matrix doesn't have these on protocol level, but they can be [arbitrarily added to user's key/value storage](https://spec.matrix.org/latest/#profiles) without the need for such room as of type `org.matrix.msc3815.profile` (but it's most needed for storing avatar attachments, see #379).
You can even choose between public and private storage. Public key/value storage may be used for bio, preferred pronouns, and etc. Private - for Third Room preferences synchronized between devices/browsers.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or implementation entry point. Start with the linked Matrix profiles specification and related issues #70 and #379, then determine the intended public and private profile data scope. Done requires an agreed implementation scope and acceptance criteria before coding begins.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100