diff options
Diffstat (limited to 'lib/serve.js')
-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 92d6065..f8dcf65 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1087,7 +1087,7 @@ Serve.prototype.streamThreadWithComposer = function (opts) { var channel = opts.channel pull( - cat([pull.once(rootMsg), self.app.sbot.links({dest: id, values: true})]), + self.app.getThread(rootMsg), pull.unique('key'), self.app.unboxMessages(), pull.through(function (msg) { |