git ssb

7+

dinoworm 🐛 / patchcore



Commit 45d4c1bc253b2fc627b019adb7a87f8c67849d4a

rollup: don't filter out forked roots

Matt McKegg committed on 10/18/2017, 11:07:01 AM
Parent: 57aa3f77facebb4078929bc790e72f2ab3ae79fb

Files changed

feed/pull/rollup.jschanged
feed/pull/rollup.jsView
@@ -82,9 +82,9 @@
8282 return msg
8383 }),
8484
8585 // FILTER
86- pull.filter(msg => msg && msg.value && !api.message.sync.root(msg)),
86 + pull.filter(msg => msg && msg.value),
8787 pull.filter(rootFilter || (() => true)),
8888 pull.filter(msg => !api.message.sync.isBlocked(msg)),
8989
9090 // ADD REPLIES

Built with git-ssb-web