git ssb

10+

Matt McKegg / patchwork



Commit a2d5589768d2113c40960cfd385325e76a2fca19

whoops, fix infinite loading issue

Matt McKegg committed on 11/6/2017, 8:56:48 PM
Parent: 2b4bd6561cd0949af862be8fed0c03013cd2d9d4

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -155,8 +155,9 @@
155155
156156 pull(
157157 stream,
158158 abortable,
159+ pull.filter(msg => msg && msg.value && msg.value.content),
159160 prefiltered ? pull(
160161 pull.filter(msg => !api.message.sync.isBlocked(msg)),
161162 api.feed.pull.withReplies()
162163 ) : pull(

Built with git-ssb-web