forked from AkkomaGang/akkoma-fe
Revert changes
This commit is contained in:
parent
9fa1bc63b0
commit
f03747e841
1 changed files with 3 additions and 0 deletions
|
@ -365,6 +365,9 @@ const users = {
|
|||
// Start getting fresh posts.
|
||||
store.dispatch('startFetching', { timeline: 'friends' })
|
||||
|
||||
// Get user mutes
|
||||
store.dispatch('fetchMutes')
|
||||
|
||||
// Fetch our friends
|
||||
store.rootState.api.backendInteractor.fetchFriends({ id: user.id })
|
||||
.then((friends) => commit('addNewUsers', friends))
|
||||
|
|
Loading…
Reference in a new issue