diff options
Diffstat (limited to 'lib/app.js')
-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)) ) } |