Don't die in invalid user-feed link

This commit is contained in:
Anders Rune Jensen
2017-06-29 21:37:25 +02:00
parent b2c03954f0
commit c1d1977660
+1 -1
View File
@@ -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 : ""))
}) })
) )
}) })