aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-10-22 12:55:42 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-10-22 12:55:42 -1000
commit5a506310b9259575aba760aedd46f647681e6173 (patch)
treef5a429a1a00eadc3ff52e17654730f8a171da2ad
parentcbb586300896002d22da7fcb9b8f86ede9745e8a (diff)
downloadpatchfoo-5a506310b9259575aba760aedd46f647681e6173.tar.gz
patchfoo-5a506310b9259575aba760aedd46f647681e6173.zip
Decrypt messages in advanced search
-rw-r--r--lib/app.js1
1 files changed, 1 insertions, 0 deletions
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))
)
}