forked from AkkomaGang/akkoma-fe
Merge branch 'patch-1' into 'develop'
Fix friends query See merge request pleroma/pleroma-fe!332
This commit is contained in:
commit
c348a3ec11
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ const users = {
|
|||
}
|
||||
|
||||
// Fetch our friends
|
||||
store.rootState.api.backendInteractor.fetchFriends(user.id)
|
||||
store.rootState.api.backendInteractor.fetchFriends({id: user.id})
|
||||
.then((friends) => commit('addNewUsers', friends))
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue