Merge remote-tracking branch 'origin/hyperscript'

This commit is contained in:
cel
2017-07-18 15:43:04 -10:00
2 changed files with 41 additions and 26 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ exports.init = function (sbot, config) {
}
})
serveFeeds(req, res, following, channelSubscriptions, feedId, 'user feed ' + about.name)
serveFeeds(req, res, following, channelSubscriptions, feedId, 'user feed ' + (about ? about.name : ""))
})
)
})
@@ -225,7 +225,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) {