Merge branch 'feat/add-embed-relationships' into 'develop'
Add `with_relationships` query param Closes #838 See merge request pleroma/pleroma-fe!1107
This commit is contained in:
commit
bc9ed36424
4 changed files with 10 additions and 6 deletions
|
@ -428,7 +428,7 @@ const users = {
|
|||
store.commit('setUserForNotification', notification)
|
||||
})
|
||||
},
|
||||
searchUsers (store, query) {
|
||||
searchUsers (store, { query }) {
|
||||
return store.rootState.api.backendInteractor.searchUsers({ query })
|
||||
.then((users) => {
|
||||
store.commit('addNewUsers', users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue