You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync state should accept bitfields to define "wants". Once a "want" is received for a given core, sync state should no longer assume that the peer wants everything in the core, instead it only wants what is defined in the want bitfield(s).
The text was updated successfully, but these errors were encountered:
gmaclennan
changed the title
Change sync state so that it shows sync as completed once selected media has synced with devices that are not syncing everything
Support setting "wants" on sync state, rather than the default of "want everything"
Oct 17, 2024
*You may wish to [review this squashed commit as separate commits][0].*
When you receive a blob filter from another peer, this updates their
sync states. For example, if you receive a blob filter that says "I only
want photo thumbnails", that peer's "wants" bitfield will be reduced.
Closes [#682] and [#905].
[0]: https://github.com/digidem/comapeo-core/pull/956/commits
[#682]: #682
[#905]: #905
Sync state should accept bitfields to define "wants". Once a "want" is received for a given core, sync state should no longer assume that the peer wants everything in the core, instead it only wants what is defined in the want bitfield(s).
The text was updated successfully, but these errors were encountered: