Skip to content
Snippets Groups Projects
Commit e1cf6bd4 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix/follow-requests-usercard-crash' into 'develop'

Fix #877 Follow request user card crash

Closes #877

See merge request pleroma/pleroma-fe!1167
parents beb160bd f0668c9f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ const fetchAndUpdate = ({ store, credentials }) => {
return apiService.fetchFollowRequests({ credentials })
.then((requests) => {
store.commit('setFollowRequests', requests)
store.commit('addNewUsers', requests)
}, () => {})
.catch(() => {})
}
......
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