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

Don't round up the count, have it truncate #4261

Merged
merged 1 commit into from
May 29, 2024

Conversation

mary-ext
Copy link
Contributor

@mary-ext mary-ext commented May 29, 2024

It seems misleading when the app is displaying that you've reached 2k likes on a post (or in follower count) when it turns out you're only somewhat there (1,953)

This pull request makes use of the roundingMode property to have it truncated, it should gracefully fallback to the previous round-up behavior when it's not supported.

image

@gaearon gaearon merged commit 4d39ef2 into bluesky-social:main May 29, 2024
6 checks passed
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.

2 participants