diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-22 12:55:42 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-22 12:55:42 -1000 |
commit | 5a506310b9259575aba760aedd46f647681e6173 (patch) | |
tree | f5a429a1a00eadc3ff52e17654730f8a171da2ad | |
parent | cbb586300896002d22da7fcb9b8f86ede9745e8a (diff) | |
download | patchfoo-5a506310b9259575aba760aedd46f647681e6173.tar.gz patchfoo-5a506310b9259575aba760aedd46f647681e6173.zip |
Decrypt messages in advanced search
-rw-r--r-- | lib/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -141,6 +141,7 @@ App.prototype.advancedSearch = function (opts) { this.sbot.createFeedStream({ reverse: true, }), + this.unboxMessages(), opts.text && pull.filter(filterByText(opts.text)) ) } |