-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve DM room naming #1389
Comments
This naming comes from the Matrix spec, I suggest you open an issue in https://github.com/matrix-org/matrix-doc/issues See https://matrix.org/docs/spec/client_server/r0.6.1#calculating-the-display-name-for-a-room |
tbh if a spec issue gets opened then it'll get bounced back here - the spec is a recommendation, not a requirement, for this area. |
it's also not consistent: the spec recommends using at least 5 members before shortening to an |
@t3chguy, it seems to me like the spec is merely a suggestion for the UI/UX of the client, especially when the spec says this:
Thus I think this issue is pretty relevant since it's something Element can fix on their side. The spec is pretty clear that the clients have the last word on that matter, and ironically, Element already doesn't respect what the spec says (as @turt2live pointed out). IMO this issue is a good suggestion for Element. As a user I don't really care about the specs. It would have happened on Fractal, I would have opened an issue on their issue tracker. Please consider reopening this issue. |
@t3chguy sorry to insist, but I really think this issue has more to do with Element UI/UX than spec recommendations. thx 😉 |
I thought I reopened this, my bad! |
We have initiated some discussion related to the naive way of solving this in matrix-org/matrix-js-sdk#1602. |
Is your suggestion related to a problem? Please describe.
The problem comes from the default names of DM rooms with more than 3 persons. The default behavior seems to be: " and N others".
This becomes problematic when you start to have several rooms of the sort. For instance, me and my girlfriend have several rooms like that, because we like to share discussion rooms with each of our friends. In the end, we get several "John and 3 others" named rooms.
Describe the solution you'd like
From what I've seen in Slack, the DM name was a simple list of the room members (except yourself). So you would get "Sylvie, Marie, John", which could be ellipsed by the UI, thus giving something like "Sylvie, Marie, ...".
The good thing with this solution is that you can easily differentiate your DMs.
Instead of having:
You get:
Which is already a lot better.
Describe alternatives you've considered
An alternative is to name the rooms yourself, but it has 2 disadvantages:
The text was updated successfully, but these errors were encountered: