git ssb

10+

Matt McKegg / patchwork



Commit 9744d260b89e1e2afac37b36c0973c99040adefd

liking a post is now like following a thread — it will be include in your public feed

Matt McKegg committed on 11/2/2016, 7:44:04 PM
Parent: c2421901bdd957ae5e4d3f66accdd85bfd7cd5c8

Files changed

modules/public.jschanged
modules/public.jsView
@@ -115,9 +115,10 @@
115115 return (
116116 id === item.author ||
117117 following().has(item.author) ||
118118 subscribedChannels().has(item.channel) ||
119- (item.repliesFrom && item.repliesFrom.has(id))
119 + (item.repliesFrom && item.repliesFrom.has(id)) ||
120 + item.digs && item.digs.has(id)
120121 )
121122 },
122123 bumpFilter: (msg, group) => {
123124 if (!group.message) {

Built with git-ssb-web