Commit 973b79e581dbc98d1e008cb5cbdf69714b168342
posts that mention you shouldn't force display of thread in public feed
Matt McKegg committed on 12/14/2017, 1:11:53 AMParent: f1ffefef120bd92dc224753582b37184ead261cd
Files changed
sbot/roots.js | changed |
sbot/roots.js | ||
---|---|---|
@@ -245,9 +245,9 @@ | ||
245 | 245 … | |
246 | 246 … | function checkReplyForcesDisplay (item) { |
247 | 247 … | var filterResult = item.filterResult || {} |
248 | 248 … | var matchesTags = filterResult.matchingTags && !!filterResult.matchingTags.length |
249 | - return matchesTags || filterResult.isYours || filterResult.mentionsYou | |
249 … | + return matchesTags || filterResult.isYours | |
250 | 250 … | } |
251 | 251 … | |
252 | 252 … | function checkFollowing (lookup, ids, target) { |
253 | 253 … | // TODO: rewrite contacts index (for some reason the order is different) |
Built with git-ssb-web