Unclear display order of pinned events #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As mentioned in out-of-your-element#16 Order of pins in pinning implementation, today, different Matrix clients display pinned events in different orders. This is terrible for users, some will complain that new pinned messages aren't clearly visible because they're at the end of the list and the list is displayed with old pins first, although pins are added to the event at the end of the array.
Implementation details: since all clients supporting pinning messages seem to add to the end of the array, it seems most logical to display the end of the array most prominently.