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