Merge remote-tracking branch 'upstream/develop' into neckbeard
This commit is contained in:
commit
e33e0420a2
|
@ -4,6 +4,7 @@ const fetchAndUpdate = ({ store, credentials }) => {
|
|||
return apiService.fetchFollowRequests({ credentials })
|
||||
.then((requests) => {
|
||||
store.commit('setFollowRequests', requests)
|
||||
store.commit('addNewUsers', requests)
|
||||
}, () => {})
|
||||
.catch(() => {})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue