Revert changes

This commit is contained in:
taehoon 2019-03-24 13:04:47 -04:00
parent 9fa1bc63b0
commit f03747e841
1 changed files with 3 additions and 0 deletions

View File

@ -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))