aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/serve.js2
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