From 9898ecb4b08704b162719cac5810ce095a96b545 Mon Sep 17 00:00:00 2001 From: cel Date: Mon, 27 Nov 2017 15:22:39 -0800 Subject: Fix typo --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3