diff --git a/index.js b/index.js index f59e668..b332905 100644 --- a/index.js +++ b/index.js @@ -158,7 +158,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 : "")) }) ) })