Page MenuHomePhabricator

D4158.diff
No OneTemporary

D4158.diff

diff --git a/native/data/sqlite-context-provider.js b/native/data/sqlite-context-provider.js
--- a/native/data/sqlite-context-provider.js
+++ b/native/data/sqlite-context-provider.js
@@ -8,7 +8,6 @@
import { fetchNewCookieFromNativeCredentials } from 'lib/utils/action-utils';
import { convertClientDBThreadInfosToRawThreadInfos } from 'lib/utils/thread-ops-utils';
-import { persistConfig } from '../redux/persist';
import { useSelector } from '../redux/redux-utils';
import { SQLiteContext } from './sqlite-context';
@@ -32,10 +31,6 @@
if (threadStoreLoaded || !rehydrateConcluded) {
return;
}
- if (persistConfig.version < 30) {
- setThreadStoreLoaded(true);
- return;
- }
(async () => {
try {
const threads = await global.CommCoreModule.getAllThreads();

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 5:56 PM (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681918
Default Alt Text
D4158.diff (821 B)

Event Timeline