Commit a224084e5f0cf22563242ad706400c3e4a22d5c5
fix filtering of "following" messages when enabled
Matt McKegg committed on 12/12/2017, 3:54:18 AMParent: cb2fe7f291c2e306b048baa43701f98700236eca
Files changed
modules/feed/html/rollup.js | changed |
modules/feed/html/rollup.js | |||
---|---|---|---|
@@ -173,8 +173,9 @@ | |||
173 | 173 … | pull.filter(msg => msg && msg.value && msg.value.content), | |
174 | 174 … | prefiltered ? pull( | |
175 | 175 … | api.feed.pull.unique(), | |
176 | 176 … | pull.filter(msg => !api.message.sync.isBlocked(msg)), | |
177 … | + pull.filter(rootFilter), | ||
177 | 178 … | api.feed.pull.withReplies() | |
178 | 179 … | ) : pull( | |
179 | 180 … | pull.filter(bumpFilter), | |
180 | 181 … | api.feed.pull.rollup(rootFilter) |
Built with git-ssb-web