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

Fix tusky search issue by returning empty if offset is greater than zero #786

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

blackle
Copy link
Contributor

@blackle blackle commented Aug 31, 2022

fixes #68

basically the issue is not using limit/offset, but because the code only ever returns one item, we can underhandedly-implement offset to fix this bug

@tsmethurst
Copy link
Contributor

Nice catch :)

@tsmethurst tsmethurst merged commit c5c425b into superseriousbusiness:main Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Tusky: searching for @user@instance goes into a UI discovery loop
2 participants