From 151b874555bc8a196a359921f7e4ea7558e277f6 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 12 Aug 2018 16:49:13 -0700 Subject: Reply in private to undecryptable message --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index db30896..e059f54 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1079,7 +1079,7 @@ Serve.prototype.streamThreadWithComposer = function (opts) { } var rootContent = rootMsg && rootMsg.value && rootMsg.value.content var recps = rootContent && rootContent.recps - || (rootMsg.value.private + || ((rootMsg.value.private || typeof rootMsg.value.content === 'string') ? [rootMsg.value.author, self.app.sbot.id].filter(uniques()) : undefined) var threadRootId = rootContent && rootContent.root || id -- cgit v1.2.3