Only search for accounts when searching for a person (IOS-141)
This commit is contained in:
parent
0c5b3a64cf
commit
d9243c25ce
|
@ -145,7 +145,7 @@ extension SearchResultOverviewCoordinator: SearchResultsOverviewTableViewControl
|
|||
let acct = "\(username)@\(domain)"
|
||||
let query = Mastodon.API.V2.Search.Query(
|
||||
q: acct,
|
||||
type: .default,
|
||||
type: .accounts,
|
||||
resolve: true
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue