Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32163287
D15096.1765045808.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
763 B
Referenced Files
None
Subscribers
None
D15096.1765045808.diff
View Options
diff --git a/native/redux/state-types.js b/native/redux/state-types.js
--- a/native/redux/state-types.js
+++ b/native/redux/state-types.js
@@ -51,7 +51,7 @@
'keyserverStore',
'_persist',
'commServicesAccessToken',
-];
+] as const;
// Before making changes here, make sure to consider how the added property
// should be stored. Think about redux-persist or SQLite as storage,
diff --git a/web/redux/redux-setup.js b/web/redux/redux-setup.js
--- a/web/redux/redux-setup.js
+++ b/web/redux/redux-setup.js
@@ -101,7 +101,7 @@
'_persist',
'customServer',
'clientDBStateLoaded',
-];
+] as const;
// Before making changes here, make sure to consider how the added property
// should be stored. Think about redux-persist or SQLite as storage,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 6:30 PM (3 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839889
Default Alt Text
D15096.1765045808.diff (763 B)
Attached To
Mode
D15096: [Flow262][skip-ci] Fix resetUserSpecificState function
Attached
Detach File
Event Timeline
Log In to Comment