aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.go b/service/service.go
index 4287509..4122f14 100644
--- a/service/service.go
+++ b/service/service.go
@@ -277,7 +277,7 @@ func (s *service) ListPage(c *client, id string, q string) (err error) {
}
var searchAccounts []*mastodon.Account
if len(q) > 0 {
- result, err := c.Search(c.ctx, q, "accounts", 20, true, 0, id, true)
+ result, err := c.Search(c.ctx, q, "accounts", 20, true, 0, id, false)
if err != nil {
return err
}