Order of pins in pinning implementation #16
Loading…
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?
On Discord
Pins have an order. When receiving the pins list, messages that were pinned more recently are at the start of the array.
On Matrix
The spec says that it is ordered however it doesn't say which way the order goes. Let's look through the sources to find out.
Sending:
Displaying:
In short, the order of the pinned array is reversed between Matrix and Discord for both sending and displaying.