-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Improvment] Sorting in private message list #10004
Copy link
Copy link
Closed
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactiontype: bug
Milestone
Description
Description:
If you sort your private messages alphabetically, the sorting is not correct. Capital letters are ranked higher, as the following example shows.
Server Setup Information:
- Version of Rocket.Chat Server: 0.62.1
Steps to Reproduce:
- Create two users:
aabcandAbc - Start private conversations with them
- Have a look in the left sidebar
Expected behavior:
Ranking:
- aabc
- Abc
Actual behavior:
Ranking:
- Abc
- aabc
Real world example in open.rocket.chat:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: ui/uxRelated to UI/UX, frontend code, accessibility, and user interactionRelated to UI/UX, frontend code, accessibility, and user interactiontype: bug
