aboutsummaryrefslogtreecommitdiff
path: root/lib/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/app.js')
-rw-r--r--lib/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/app.js b/lib/app.js
index 621f557..7e91dcb 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -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))