aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index e86de59..5b6aeff 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -1015,7 +1015,7 @@ Serve.prototype.id = function (id, path) {
if (err) return self.respond(500, err.stack || err)
var rootContent = rootMsg && rootMsg.value && rootMsg.value.content
var recps = rootContent && rootContent.recps
- || (rootMsg.value.private ?
+ || (rootMsg.value.private
? [rootMsg.value.author, self.app.sbot.id].filter(uniques())
: undefined)
var threadRootId = rootContent && rootContent.root || id