ssbc / ssb-friends

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

Hotfix: Disable F.diffReachable #7

Closed kewitz closed 7 years ago

kewitz commented 7 years ago

There are some cases where F.diffReachable returns a value null which in turn throws

TypeError: Cannot read property '0' of null
index.js:97
            push(k, patch[k][0])
dominictarr commented 7 years ago

this change will make it massively slower

kewitz commented 7 years ago

@dominictarr I can't confirm you the performance penalties but I can say that, at least, patchwork is working.