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

Stop requesting null next replies from the server#6203

Merged
jryans merged 1 commit into
developfrom
jryans/nested-reply-perf
Jun 16, 2021
Merged

Stop requesting null next replies from the server#6203
jryans merged 1 commit into
developfrom
jryans/nested-reply-perf

Conversation

@jryans
Copy link
Copy Markdown
Collaborator

@jryans jryans commented Jun 16, 2021

A recent change (47e007e) introduced a regression where we failed to check whether a reply thread has a next reply. This meant that we would end up sending /context/undefined requests to the server for every reply thread on every room view.

Fixes element-hq/element-web#17563
Regressed by #6079

A recent change (47e007e) introduced a
regression where we failed to check whether a reply thread has a next reply.
This meant that we would end up sending `/context/undefined` requests to the
server for every reply thread on every room view.

Fixes element-hq/element-web#17563
Regressed by #6079
@jryans jryans requested a review from a team June 16, 2021 17:05
Copy link
Copy Markdown
Contributor

@germain-gg germain-gg left a comment

Choose a reason for hiding this comment

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

Thank you for investigating this 🙏

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.

Replies are slower to load the message they're in reply to

2 participants