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

Bump pagination limit to account for threaded events #3638

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Jul 31, 2023

For element-hq/element-web#25873


Here's what your changelog entry will look like:

✨ Features

  • Bump pagination limit to account for threaded events (#3638).

Copy link
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.

Looks good, same question as in matrix-org/matrix-react-sdk#11342 regarding the timing difference between the two calls.

@t3chguy
Copy link
Member Author

t3chguy commented Jul 31, 2023

@germain-gg this isn't modifying any calls - just changing how many calls we make before giving up on pagination. This code was made before threads and hidden events were a thing. Both of those can make us give up on pagination when there is actual history to find. So no per-call timing change, just the potential for more calls

@t3chguy t3chguy added this pull request to the merge queue Jul 31, 2023
Merged via the queue into develop with commit 21b3471 Jul 31, 2023
20 checks passed
@t3chguy t3chguy deleted the t3chguy/bump-pagination branch July 31, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants