Commit c1d19776608f9708e1117f5c8feb7446d5942c09
Don't die in invalid user-feed link
Anders Rune Jensen committed on 6/29/2017, 7:37:25 PMParent: b2c03954f07ab2baee3e4a7390bb6bcffe2c6df3
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -157,9 +157,9 @@ | ||
157 | 157 … | delete channelSubscriptions[msg.value.content.channel] |
158 | 158 … | } |
159 | 159 … | }) |
160 | 160 … | |
161 | - serveFeeds(req, res, following, channelSubscriptions, feedId, 'user feed ' + about.name) | |
161 … | + serveFeeds(req, res, following, channelSubscriptions, feedId, 'user feed ' + (about ? about.name : "")) | |
162 | 162 … | }) |
163 | 163 … | ) |
164 | 164 … | }) |
165 | 165 … | } |
Built with git-ssb-web