From 5a506310b9259575aba760aedd46f647681e6173 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 22 Oct 2017 12:55:42 -1000 Subject: Decrypt messages in advanced search --- lib/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index e1383a8..c2beb69 100644 --- a/lib/app.js +++ b/lib/app.js @@ -141,6 +141,7 @@ App.prototype.advancedSearch = function (opts) { this.sbot.createFeedStream({ reverse: true, }), + this.unboxMessages(), opts.text && pull.filter(filterByText(opts.text)) ) } -- cgit v1.2.3