git ssb

10+

Matt McKegg / patchwork



Commit 2c6b7c92e8c49b1ef1a247958c7c009c0302a8c2

also include your own posts in public view

Matt McKegg committed on 10/31/2016, 3:05:06 PM
Parent: fd84f428349aacd71d15faada6f8be01bb0ff1c7

Files changed

modules/public.jschanged
modules/public.jsView
@@ -95,9 +95,9 @@
9595 following.sync,
9696 subscribedChannels.sync
9797 ], x => x.every(Boolean)),
9898 filter: (item) => {
99- return following().has(item.author) || subscribedChannels().has(item.channel)
99 + return id === item.author || following().has(item.author) || subscribedChannels().has(item.channel)
100100 }
101101 })
102102 ])
103103 ])

Built with git-ssb-web