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

Remove mobile check for update_counts #1872

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

quad
Copy link
Contributor

@quad quad commented Jun 26, 2024

This check was added four years ago in .50e88b2bafd8b183b364484b57d3ed455db7b27a. The expectation was that the mobile clients would be migrated to using a combination of load_feeds and refresh_feeds. However, due to a typo, this check was only applied to Apple (iPad, iOS) clients. In the interim, we've ended up in the following situation:

  • The iOS client uses refresh_feeds, as it has for 12 years since 09affc6
  • The Android client uses load_feeds with update_counts=True, as it has been allowed to get away with for years...

Let's bring back equality for iOS clients!

This check was added four years ago in .50e88b2bafd8b183b364484b57d3ed455db7b27a. The expectation was that the mobile clients would be migrated to using a combination of load_feeds and refresh_feeds. However, due to a typo, this check was only applied to Apple (iPad, iOS) clients. In the interim, we've ended up in the following situation:

- The iOS client uses refresh_feeds, as it has for 12 years since 09affc6
- The Android client uses load_feeds with update_counts=True, as it has been allowed to get away with for years...

Let's bring back equality for iOS clients!
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