Merge: add thread links to posts that have a root

And don't render them when rendering the thread
This commit is contained in:
Ev Bogue
2017-06-25 22:18:50 +02:00
committed by Anders Rune Jensen
parent 336a39d74f
commit b2c03954f0
2 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ exports.init = function (sbot, config) {
pull.values(logs),
paramap(addAuthorAbout, 8),
paramap(addVoteMessage, 8),
pull(renderThread(defaultOpts,
pull(renderThread(defaultOpts, '',
renderShowAll(showAll, req.url)),
wrapPage('#' + channelId)),
toPull(res, function (err) {