From f734e67b4f29deeae4f0531f92f5faf4f04486ea Mon Sep 17 00:00:00 2001 From: Andrey Mikhadyuk Date: Thu, 30 Nov 2023 14:27:38 +0400 Subject: [PATCH] remove chat store from caching --- src/store/store.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/store.tsx b/src/store/store.tsx index e82f8979ad..b56c38a915 100644 --- a/src/store/store.tsx +++ b/src/store/store.tsx @@ -32,7 +32,6 @@ const persistConfig: PersistConfig = { "commonLayout", "commonFeedFollows", "cache", - "chat", "inbox", "multipleSpacesLayout", ],