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: Don't crash when toggling an account's "Show boosts" option #1149

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

nikclayton
Copy link
Contributor

Previous code would crash because toggling show boosts would treat this as a new follow, and try and insert a follower relationship in to the database where one already existed.

Fix this by providing explicit actions for show/hiding reblogs that don't disturb the follower relationship.

Previous code would crash because toggling show boosts would treat
this as a new follow, and try and insert a follower relationship in to
the database where one already existed.

Fix this by providing explicit actions for show/hiding reblogs that
don't disturb the follower relationship.
@nikclayton nikclayton merged commit 4c03e40 into main Dec 2, 2024
24 checks passed
@nikclayton nikclayton deleted the show-boost-toggle branch December 2, 2024 14:18
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.

1 participant