git ssb

10+

Matt McKegg / patchwork



Commit a224084e5f0cf22563242ad706400c3e4a22d5c5

fix filtering of "following" messages when enabled

Matt McKegg committed on 12/12/2017, 3:54:18 AM
Parent: cb2fe7f291c2e306b048baa43701f98700236eca

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -173,8 +173,9 @@
173173 pull.filter(msg => msg && msg.value && msg.value.content),
174174 prefiltered ? pull(
175175 api.feed.pull.unique(),
176176 pull.filter(msg => !api.message.sync.isBlocked(msg)),
177 + pull.filter(rootFilter),
177178 api.feed.pull.withReplies()
178179 ) : pull(
179180 pull.filter(bumpFilter),
180181 api.feed.pull.rollup(rootFilter)

Built with git-ssb-web