From 5f652a26f033d4de982ba32407455dd011a6f056 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 13 Jun 2017 06:37:41 -1000 Subject: Fix /private fallback stream %3S0rxvdyV9+CmubFikx7pjMOTVxW9K7taqVEEE2BzvI=.sha256 --- lib/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index 433a179..873dedd 100644 --- a/lib/app.js +++ b/lib/app.js @@ -531,8 +531,8 @@ App.prototype.streamMentions = function (opts) { App.prototype.streamPrivate = function (opts) { if (this.sbot.private.read) return this.filter(this.sbot.private, opts, {}) - return pull - this.createLogStream(u.mergeOpts(opts, {limit: null}), + return pull( + this.createLogStream(u.mergeOpts(opts, {limit: null})), pull.filter(u.isMsgEncrypted), this.unboxMessages(), pull.filter(u.isMsgReadable), -- cgit v1.2.3