Commit 45d4c1bc253b2fc627b019adb7a87f8c67849d4a
rollup: don't filter out forked roots
Matt McKegg committed on 10/18/2017, 11:07:01 AMParent: 57aa3f77facebb4078929bc790e72f2ab3ae79fb
Files changed
feed/pull/rollup.js | changed |
feed/pull/rollup.js | ||
---|---|---|
@@ -82,9 +82,9 @@ | ||
82 | 82 … | return msg |
83 | 83 … | }), |
84 | 84 … | |
85 | 85 … | // FILTER |
86 | - pull.filter(msg => msg && msg.value && !api.message.sync.root(msg)), | |
86 … | + pull.filter(msg => msg && msg.value), | |
87 | 87 … | pull.filter(rootFilter || (() => true)), |
88 | 88 … | pull.filter(msg => !api.message.sync.isBlocked(msg)), |
89 | 89 … | |
90 | 90 … | // ADD REPLIES |
Built with git-ssb-web