Personal ('pet name') room name for chats #726
Replies: 27 comments 4 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
Good point, I didn't think of it, yes actually channel names should personalizable in general. |
Beta Was this translation helpful? Give feedback.
-
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" |
Beta Was this translation helpful? Give feedback.
-
Would also be good to be able to set a personal avatar for the room without affecting other users. |
Beta Was this translation helpful? Give feedback.
-
Pet avatars are tracked here ftr: https://github.com/vector-im/riot-web/issues/363 |
Beta Was this translation helpful? Give feedback.
-
For don't create new entities in storage, can we store 'pet name' for rooms in
|
Beta Was this translation helpful? Give feedback.
-
Why not just store it in room account data then you don't need the room id inside the event. |
Beta Was this translation helpful? Give feedback.
-
Does room account data have private storage for each user, that not visible to other room members? |
Beta Was this translation helpful? Give feedback.
-
Yup, that's why it's room account data. |
Beta Was this translation helpful? Give feedback.
-
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"). |
Beta Was this translation helpful? Give feedback.
-
First of all, sorry for not adding real content to the discussion. 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. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Seems this is planned to implement in element-hq/roadmap#10 roadmap item? |
Beta Was this translation helpful? Give feedback.
-
I have created the matrix-org/matrix-spec-proposals#3015 for this feature, hope this will be implemented in some clients. |
Beta Was this translation helpful? Give feedback.
-
found that issue because i was looking for the same missing feature. happy to see if we could rename persons locally wihtout overriding global room names, to have a better overview of a whole community and a lot of group members and friends. |
Beta Was this translation helpful? Give feedback.
-
It would be super cool if this could integrate with contacts on the android version of element. |
Beta Was this translation helpful? Give feedback.
-
Hopefully allowing us to give nicknames or pet names to friends on the app to better distinguish them from other friends will arrive soon. |
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussions in Element meta as we need to make a cross platform decision on how to proceed 👍 |
Beta Was this translation helpful? Give feedback.
-
6 years later... any update on this? |
Beta Was this translation helpful? Give feedback.
-
Locally changing names is rather crucial before Element will have widespread adoption. You should be able to set your own default name for a room, your default name globally, and other people should be able to give you their own local custom name for the room. |
Beta Was this translation helpful? Give feedback.
-
Hi hopefully keeping this thread alive as I'd really love having this feature |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
I think this is a really important issue for mainstream usability of Matrix/Element in general. The scope of this problem is "contact management"; it goes beyond naming a room. Personal Contact ManagementIt includes managing how you see the individual across the platform, both in things like their name AND their profile picture. Some examples of why you might want this:
Community Contact ManagementThis also goes into not just personal contact management but community contact management. Admins in a particular space or room might want to enforce a naming scheme (e.g., everyone goes by their gamer names). Discord allows this latter problem to be solved by "server names" for this exact use case. Poor UX of the Status QuoThe ability to "name" a 1-on-1 chat also seems like functionality that just shouldn't be a thing. The naive approach to "contact management" is to rename the "room" which is in the modern Element apps modeled to be a "person" themselves not "1-on-1 chats with people you know." Thus, it's very surprising when you rename the "Daffy Duck" room to "Bob Jones" and suddenly both you and Bob Jones are looking at a chat called "Bob Jones." If Bob Jones has multiple contacts do this to him after joining Matrix/Element, Bob Jones now has 5 chats with himself; that's an absolutely awful user experience. Additional Use Cases/ConsiderationsConsider using Matrix with professional colleagues, friends known in person, friends known online, and family. In all four cases, you may want to also present your profile differently. Having a way to accommodate these relationships (i.e., "social circles" of sorts) and provide a different default profile would be a good idea (e.g., you could be "Robert Jones" in a suite for the professional world, "Bob Jones" in a sports shirt to your friends, "Zezima" with a game screenshot as a profile picture in your gaming circles, and just "Bobby" with a picture in the recliner to your family ... you might also opt to have your profile picture and display name be one of these four or just totally empty for non-contacts). This could work by having a default "profile" and then getting prompted to choose the profile to use when enter a new chat or messaging a user for the first time. For use cases where users do not want to express multiple profiles, no such prompts should of course occur. |
Beta Was this translation helpful? Give feedback.
-
Currently, if the channel with another person is not named, then their nickname is shown.
Problem:
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:
Beta Was this translation helpful? Give feedback.
All reactions