mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-12-22 09:10:42 +00:00
Allow adding non-following accounts to a list
This commit is contained in:
parent
e3a9861a8c
commit
df77ca0226
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue