Merge remote-tracking branch 'origin/hyperscript'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user