Commit 2c6b7c92e8c49b1ef1a247958c7c009c0302a8c2
also include your own posts in public view
Matt McKegg committed on 10/31/2016, 3:05:06 PMParent: fd84f428349aacd71d15faada6f8be01bb0ff1c7
Files changed
modules/public.js | changed |
modules/public.js | ||
---|---|---|
@@ -95,9 +95,9 @@ | ||
95 | 95 … | following.sync, |
96 | 96 … | subscribedChannels.sync |
97 | 97 … | ], x => x.every(Boolean)), |
98 | 98 … | 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) | |
100 | 100 … | } |
101 | 101 … | }) |
102 | 102 … | ]) |
103 | 103 … | ]) |
Built with git-ssb-web