You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separator's in a channel's message view such as date separators or the new messages separator each increase an unwanted message offset by one, causing the wrong message to be returned. Example:
Message 1 (selection can return a message before this that is not being displayed)
Message 2 (selection can return a message before this that is not being displayed)
==== Some date ==== (selection returns Message 1)
Message 3 (selection returns Message 2)
---- new messages ---- (selection returns Message 3)
Message 4 (selection returns Message 4)
There might be some other issues, e.g. messages not being displayed.
The text was updated successfully, but these errors were encountered:
I can try to implement something that is consistent and a bit more flexible. I want to implement a marking mechanism (in addition to cursor selection) of multiple messages to implement actions like copy_message marked and delete_message marked.
Separator's in a channel's message view such as date separators or the
new messages
separator each increase an unwanted message offset by one, causing the wrong message to be returned. Example:There might be some other issues, e.g. messages not being displayed.
The text was updated successfully, but these errors were encountered: