Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Serialize file uploads into room to match confirmation dialog order #3786

Merged
merged 1 commit into from
Dec 27, 2019

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Dec 27, 2019

Fixes element-hq/element-web#1459
Fixes files part of element-hq/element-web#9234

Previously all uploads were started and sent into the room as soon as completed (which typically meant in order of size increasing)
now all uploads are done in parallel but the sending into the room is serialized.

@t3chguy t3chguy requested a review from a team December 27, 2019 14:01
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per the issue comment, I'm not entirely convinced that's the right issue but this is a bug somewhere.

@t3chguy t3chguy merged commit c79bd79 into develop Dec 27, 2019
@t3chguy t3chguy deleted the t3chguy/serialize_file_uploads branch April 27, 2020 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multi file upload ordering is wrong in confirm prompt
2 participants