diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |