Currently, if the channel with another person is not named, then their nickname is shown.
Problem:
1) It's impossible with many people to remember everyones nickname.
2) Also it's impossible to convince everyone to use their full real name (and also undesired).
3) Naming the channel in a meaningful way has the problem that it's shown for the other person, too. So currently we use titles for chats where both names are in.
Second group of problems: A MUC rarely has a good name that is helpful to everyone. See @uhoreg comment. Eg. you have an "Organization" channel of some open source project, which is just very unhelpful if you are in multiple projects. So it would in general be helpful for all chats to have a custom/personal room name.
Possible solutions:
It would be helpful for users to be able to set a custom name for rooms in general, with the custom name only being shown to the user who set it. For example, it would be useful if someone is subscribed to both #debian on Freenode and #debian on OFTC to set custom names so that they're distinguishable.
Good point, I didn't think of it, yes actually channel names should personalizable in general.
This is basically https://github.com/matrix-org/matrix-doc/issues/690. Agreed it'd be nice to have - it's very annoying when someone renames a 1:1 to be called something unhelpful like "Matthew"
Would also be good to be able to set a personal avatar for the room without affecting other users.
Pet avatars are tracked here ftr: https://github.com/vector-im/riot-web/issues/363
For don't create new entities in storage, can we store 'pet name' for rooms in account_data
like ignored_users
stored now?
Something like:
{
"content": {
"room_names": {
"!QtykxKocfZaZOUrTwp:matrix.org": {
"name": "Matrix flame"
}
}
},
"type": "m.room_name_override"
}
Why not just store it in room account data then you don't need the room id inside the event.
Why not just store it in room account data then you don't need the room id inside the event.
Does room account data have private storage for each user, that not visible to other room members?
Yup, that's why it's room account data.
This would be fantastic to have. I'm one of those people who have trouble remembering usernames of my contacts. I also have groups with certain users that I would love to just label with something related to these users that doesn't make sense for them (e.g. "parents").
First of all, sorry for not adding real content to the discussion.
Moderators, feel free to delete my comment.
My point: I don't understand why this issue has p2 assigned. I've literally seen roughly 10 more or less duplicate issues with this same request from users, who also want this feature - going back to 2017.
And then there are issues with p1 assigned where I really don't get how it's supposed to be more important than this one here ... example: Why doesn't 'da
Sure, priorities are somehow a matter of personal perspective ... but for me, the same issue popping up again and again like this one clearly indicates it's quite important.
And I bet that this is one of the missing features that keep potential users (like me) from using riot/vector.im. I don't want to have to remember silly pseudonyms - which is what many private users chose when making an account. Sure, users from french administration probably use their actual names anyway. But if riot/vector.im becomes more widespreach they won't be a big percentage of all users anymore.
+1
Most helpful comment
First of all, sorry for not adding real content to the discussion.
Moderators, feel free to delete my comment.
My point: I don't understand why this issue has p2 assigned. I've literally seen roughly 10 more or less duplicate issues with this same request from users, who also want this feature - going back to 2017.
And then there are issues with p1 assigned where I really don't get how it's supposed to be more important than this one here ... example: Why doesn't 'da' autocomplete Dave in #riot-dev?
Sure, priorities are somehow a matter of personal perspective ... but for me, the same issue popping up again and again like this one clearly indicates it's quite important.
And I bet that this is one of the missing features that keep potential users (like me) from using riot/vector.im. I don't want to have to remember silly pseudonyms - which is what many private users chose when making an account. Sure, users from french administration probably use their actual names anyway. But if riot/vector.im becomes more widespreach they won't be a big percentage of all users anymore.