-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Favorites Are In Alphabetical Order by Username, even when Use Real Name is True #7498
Description
Rocket.Chat Version: 0.56.0
Running Instances: 2
DB Replicaset OpLog: Enabled
Node Version: v4.8.2
We have turned on the feature to "Use Real Name", which is great. And we find that in the side bar, the list of users under the "Direct Messages" setting are in alphabetical order, by first name, which is great. However, the list of users under "Favorites" is still being orgaznized by username, even though the full name is being shown. So, for example, a Favorites list might look like this:
Favorites (4)
Eric Smith
Jon Andrews
Jake Wilson
Will Jones
In our system, these usernames are created as esmith, jandrews, jwilson, and wjones. The listing is alphabetized by username. It should be orgazined like this:
Favorites (4)
Eric Smith
Jake Wilson
Jon Andrews
Will Jones