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

chore: simplify SyncApi "is syncing" logic #610

Merged
merged 1 commit into from
May 6, 2024

Conversation

EvanHahn
Copy link
Contributor

@EvanHahn EvanHahn commented May 6, 2024

This change should have no impact.

SyncApi needs to know whether sync is enabled. Currently, it does this in a roundabout way: appending a value to a set and checking for that value.

This change replaces that with a simpler boolean flag.

I think this is a useful change on its own, but it'll be useful as part of #576 too.

This change should have no impact.

`SyncApi` needs to know whether sync is enabled. Currently, it does this
in a roundabout way: appending a value to a set and checking for that
value.

This change replaces that with a simpler boolean flag.
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