Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3496730
D4158.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
821 B
Referenced Files
None
Subscribers
None
D4158.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 2:25 PM (15 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681918
Default Alt Text
D4158.diff (821 B)
Attached To
Mode
D4158: [native] Remove `setThreadStoreLoaded(true)` early return in SQLiteContextProvider
Attached
Detach File
Event Timeline
Log In to Comment