aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))
)
}