diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-08 12:37:01 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-08 12:37:01 -0700 |
commit | 8899ea8bcb8d84bff2623a4e1aacfc83a224bef6 (patch) | |
tree | bd5ff3287ae2c12410fbb58a5ed728bd58016d51 /lib/app.js | |
parent | e6c067de16888102cc4ced4fae9fcd2ffbc98ef9 (diff) | |
download | patchfoo-8899ea8bcb8d84bff2623a4e1aacfc83a224bef6.tar.gz patchfoo-8899ea8bcb8d84bff2623a4e1aacfc83a224bef6.zip |
Search through private messages
Diffstat (limited to 'lib/app.js')
-rw-r--r-- | lib/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,11 +229,13 @@ App.prototype.advancedSearch = function (opts) { : opts.source ? this.sbotCreateUserStream({ reverse: true, + private: true, id: opts.source }) : this.sbot.createFeedStream({ reverse: true, + private: true, }), this.unboxMessages(), opts.text && pull.filter(filterByText(opts.text)) |