spreed
spreed copied to clipboard
Images are attaching in reverse order
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Paste some image in chat
- Modal window with list of images will appear
- Paste some more images. They will be added in chronological order.
- Send. Attached images will appear in reverse order
Expected behaviour
Images attaching in same order as you see in modal window.
Actual behaviour
The order is reversed.
Talk app
Talk app version: 18.0.3
Hi!
There was a decision made to speed up the file upload to the chat: share process is now processing in parallel, and as a drawback, whichever request reaches the server first, will be the first in the chat list. For now, we consider files that were shared together, as non-dependent on chronological order (unless there were a caption added)
It should be solved in future release with multiple share support, but for the versions 18+19 we may reconsider it.