Code refactoring
This commit is contained in:
parent
19870c0b6d
commit
0dc7c45f32
6 changed files with 15 additions and 30 deletions
|
@ -271,7 +271,7 @@ const users = {
|
|||
}
|
||||
|
||||
// Start getting fresh posts.
|
||||
store.dispatch('startFetching', 'friends')
|
||||
store.dispatch('startFetching', { timeline: 'friends' })
|
||||
|
||||
// Get user mutes and follower info
|
||||
store.rootState.api.backendInteractor.fetchMutes().then((mutedUsers) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue