ssbc / ssb-friends

Manages the SSB social graph
MIT License
23 stars 6 forks source link

replication is broken when `hops: 2` #4

Closed mmckegg closed 7 years ago

mmckegg commented 7 years ago

When a contact's hop value changes, it is not re-emitted from createFriendStream.

This means that we only get replication requests for new contacts. This works fairly well when hops: 3, but when dropped to 2, it means that a lot of feeds are never requested when their distance is changing from 3 to 2.

sbot won't replicate with the new foafs until restart.

mmckegg commented 7 years ago

Fixed by @dominictarr in latest release. Closing!