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 paging to the GetBannedPersons fetch. #2847

Open
dessalines opened this issue May 9, 2023 · 2 comments
Open

Add paging to the GetBannedPersons fetch. #2847

dessalines opened this issue May 9, 2023 · 2 comments
Labels

Comments

@dessalines
Copy link
Member

Currently GetBannedPersons fetches all banned users. It would be more performant if paging were added to this endpoint.

Not a huge deal, since this is only available to admins anyway.

@Nutomic Nutomic added the extra: good first issue Good for newcomers label Sep 20, 2024
@Nutomic
Copy link
Member

Nutomic commented Sep 20, 2024

See #4580 for an example how to implement this.

@dessalines
Copy link
Member Author

Also, we'd like to convert every existing page and limit to cursor pagination, like list_posts . But I'd need @dullbananas expertise on how to do that correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants