From 9fa1bc63b0d95a2cd0868c0356953117e25f0328 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Thu, 21 Mar 2019 21:58:02 -0400
Subject: No need to fetch mutes on load anymore 🙌
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/modules/users.js | 5 -----
1 file changed, 5 deletions(-)
(limited to 'src')
diff --git a/src/modules/users.js b/src/modules/users.js
index bb9a717f..9b7b29e7 100644
--- a/src/modules/users.js
+++ b/src/modules/users.js
@@ -365,11 +365,6 @@ const users = {
// Start getting fresh posts.
store.dispatch('startFetching', { timeline: 'friends' })
- // Fetch mutes
- // TODO: We should not show timeline until fetchMutes is resolved
- // However, we can get rid of this logic totally if we can know user muted state from user object
- store.dispatch('fetchMutes')
-
// Fetch our friends
store.rootState.api.backendInteractor.fetchFriends({ id: user.id })
.then((friends) => commit('addNewUsers', friends))
--
cgit v1.2.3-70-g09d2