-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support "full name" teammate name display setting #420
Comments
As per #559: we should also support "acronym" matching of users (e.g. "John Doe" should be matchable with "JD"). Apparently the official client supports this. |
Sorry, I mean |
Oh! Nickname rendering and matching is already supported. If your account preferences (or server preferences) are set to display nicknames instead of usernames, Matterhorn will honor that. Matterhorn's channel selection matching will only match names based on the displayed name, though - so you cannot match full names if nicknames are enabled. |
Oh well, I thought I can search for nickname even if I use username as displayed name. |
It's possible to search for users by any string if you use the For autocompletion, type |
Hi!
In my Mattermost instance, under
I selected However, in Matterhorn (v50200.9.0), I still see the username being used instead of the full name. Is this option implemented in Matterhorn? Is the current issue about implementing this? Sorry, I'm a bit confused. :) |
@pieqq You are right - Matterhorn does not yet support displaying users by full name. It does support searching for them in tab-completion by full name, but Matterhorn only supports the first two options that you listed as far as user display is concerned. |
Thanks for the clarification! I suppose I don't need to open another issue regarding this, since the current one seems to fit the description :) Anyway, thanks for Matterhorn. I'm still getting used to the keybindings, but it feels much more responsive than the default Webapp! |
@pieqq You are welcome - it is always great to hear that people enjoy using Matterhorn! |
The server and account settings include a teammate name display preference that has a "full name" option. Right now, Matterhorn does not support that option. This ticket depends on #350.
The text was updated successfully, but these errors were encountered: