Skip to content
Snippets Groups Projects
Commit c348a3ec authored by HJ's avatar HJ :fire:
Browse files

Merge branch 'patch-1' into 'develop'

Fix friends query

See merge request pleroma/pleroma-fe!332
parents 20b0ffc0 900aaefb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment