forked from AkkomaGang/akkoma-fe
Merge branch '591' into 'develop'
Add resolve param to user search api request Closes #591 See merge request pleroma/pleroma-fe!853
This commit is contained in:
commit
05aec11906
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ const search = ({query, store}) => {
|
|||
store,
|
||||
url: '/api/v1/accounts/search',
|
||||
params: {
|
||||
q: query
|
||||
q: query,
|
||||
resolve: true
|
||||
}
|
||||
})
|
||||
.then((data) => data.json())
|
||||
|
|
Loading…
Reference in a new issue