git ssb

10+

Matt McKegg / patchwork



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 AM
Parent: f1ffefef120bd92dc224753582b37184ead261cd

Files changed

sbot/roots.jschanged
sbot/roots.jsView
@@ -245,9 +245,9 @@
245245
246246 function checkReplyForcesDisplay (item) {
247247 var filterResult = item.filterResult || {}
248248 var matchesTags = filterResult.matchingTags && !!filterResult.matchingTags.length
249- return matchesTags || filterResult.isYours || filterResult.mentionsYou
249 + return matchesTags || filterResult.isYours
250250 }
251251
252252 function checkFollowing (lookup, ids, target) {
253253 // TODO: rewrite contacts index (for some reason the order is different)

Built with git-ssb-web