diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-20 19:01:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-20 19:01:54 +0300 |
| commit | 612aa56c8b2d6bae75bd47ff1846dfcfb012d525 (patch) | |
| tree | 6b82021ab0381f6741826e7d365d725910396d02 /src/modules/users.js | |
| parent | 0b6f9c62a179c3937ebbfdcb334ae0cf1e82f314 (diff) | |
Drop the entire thing about hidden "own" timeline since it doesn't necessarily
contain all of the users posts (it doesn't contain DMs) even though it's "us".
Since this is a workaround anyway just fetch home timeline instead. It could end
up making more queries if user doesn't post that often.
Diffstat (limited to 'src/modules/users.js')
| -rw-r--r-- | src/modules/users.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/users.js b/src/modules/users.js index c592fe4e..ba548765 100644 --- a/src/modules/users.js +++ b/src/modules/users.js @@ -107,8 +107,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) => { |
