no more "broken favorite"

This commit is contained in:
Henry Jameson 2018-12-19 01:55:53 +03:00
parent 562c68a51c
commit 5c2030e467
7 changed files with 3 additions and 54 deletions

View file

@ -195,8 +195,6 @@ const users = {
// Start getting fresh tweets.
store.dispatch('startFetching', 'friends')
// Start getting our own posts, only really needed for mitigating broken favorites
store.dispatch('startFetching', ['own', user.id])
// Get user mutes and follower info
store.rootState.api.backendInteractor.fetchMutes().then((mutedUsers) => {