diff --git a/app/gabsocial/actions/store.js b/app/gabsocial/actions/store.js index 34dcafc51..42c2c5817 100644 --- a/app/gabsocial/actions/store.js +++ b/app/gabsocial/actions/store.js @@ -19,6 +19,6 @@ export function hydrateStore(rawState) { }); dispatch(hydrateCompose()); - dispatch(importFetchedAccounts(Object.values(rawState.accounts))); + // dispatch(importFetchedAccounts(Object.values(rawState.accounts))); }; };