Merge branch 'patch-1' of git.pleroma.social:dingdreher/pleroma-fe into shigusegubu
* 'patch-1' of git.pleroma.social:dingdreher/pleroma-fe: Update users.js
This commit is contained in:
commit
e31f67f82e
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…
Add table
Reference in a new issue