Don't die in invalid user-feed link
This commit is contained in:
@@ -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 : ""))
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user