-
Notifications
You must be signed in to change notification settings - Fork 380
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
WIPish: MSC1769: Extensible profiles as rooms #1769
base: old_master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -14,7 +14,8 @@ leverage all the existing infrastructure we have for sending and receiving state | |||||
events. | ||||||
|
||||||
Clients should construct the default alias of the profile room is constructed as | ||||||
`#_profile_userid:<server>`. | ||||||
`#@userid:<server>` (assuming aliases allow @; if not, `#_profile_userid:<server>`. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
to better capture that |
||||||
The server in the alias is that of the user whose profile is being considered. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't like that format, it looks more like a typo IMO. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here's another worry about the default alias scheme, from a discussion on #matrix-spec. So, as I read this, a user with a userid But userids are limited to 255 characters (in a subset of us-ascii, so assuming utf-8, 1 byte per character), while room aliases are limited to 255 bytes. So a 255 character userid, prefixed with Perhaps this could be avoided by only exposing room profiles via the |
||||||
|
||||||
This may be overridden per-room by setting a `profile` field in the | ||||||
`m.room.member` for the user. (Once we remove MXIDs from rooms in | ||||||
|
@@ -26,7 +27,7 @@ the same underlying profile room). | |||||
This does not replace the current `displayname` and `avatar_url` field behaviour | ||||||
on `m.room.membership` events which we have today. | ||||||
|
||||||
This is an alternative to [MSC489](https://github.com/matrix-org/matrix-doc/issues/489). | ||||||
This proposal is an alternative to [MSC489](https://github.com/matrix-org/matrix-doc/issues/489). | ||||||
|
||||||
## Client behaviour | ||||||
|
||||||
|
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.
I'm not sure this sentence came out the way it was supposed to
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.
indeed