aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 30c1239..32932c5 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -559,7 +559,7 @@ Serve.prototype.userFeed = function (id, ext) {
self.renderThreadPaginated(opts, id, q),
self.wrapMessages(),
self.wrapUserFeed(id),
- self.wrapPage(about.name),
+ self.wrapPage(about.name || id),
self.respondSink(200, {
'Content-Type': ctype(ext)
})