Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events to the thread even if they appear to be out of order #3787

Merged

Conversation

andybalaam
Copy link
Member

@andybalaam andybalaam commented Oct 6, 2023

Fixes element-hq/element-web#26254
(hopefully)

Reduce the number of cases where we drop events that we are trying to add to a thread.

I have lots of refactorings I would like to do to addEvent but this change isolates the functional change that may address the referenced bug.

I will be holding off on merging this until after the release candidate on 17th October 2023, so that we can try it out for a couple of weeks and evaluate whether it causes more stuck notifications.


This change is marked as an internal change (Task), so will not be included in the changelog.

@andybalaam andybalaam requested a review from a team as a code owner October 6, 2023 14:49
@andybalaam andybalaam requested review from germain-gg and florianduros and removed request for a team October 6, 2023 14:49
@andybalaam andybalaam marked this pull request as draft October 6, 2023 14:49
@andybalaam andybalaam added the T-Task Tasks for the team like planning label Oct 9, 2023
@andybalaam andybalaam force-pushed the andybalaam/addevent-adds-events-even-out-of-order branch from d9b81b3 to bc7faf5 Compare October 9, 2023 08:23
Base automatically changed from andybalaam/comments-in-addevent to develop October 9, 2023 13:19
@andybalaam andybalaam force-pushed the andybalaam/addevent-adds-events-even-out-of-order branch from bc7faf5 to 71bc28c Compare October 10, 2023 10:52
@andybalaam andybalaam force-pushed the andybalaam/addevent-adds-events-even-out-of-order branch from 71bc28c to d541ebe Compare October 11, 2023 11:40
@andybalaam andybalaam marked this pull request as ready for review October 11, 2023 11:40
@andybalaam andybalaam marked this pull request as draft October 11, 2023 11:40
@andybalaam andybalaam marked this pull request as ready for review October 11, 2023 11:40
@andybalaam andybalaam requested a review from richvdh October 11, 2023 11:41
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

seems plausible to me

@andybalaam andybalaam added this pull request to the merge queue Oct 17, 2023
Merged via the queue into develop with commit 3baf6ec Oct 17, 2023
@andybalaam andybalaam deleted the andybalaam/addevent-adds-events-even-out-of-order branch October 17, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Messages sent to a thread aren't visible in EW but appear in previews
2 participants