Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32180944
D12574.1765076017.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
583 B
Referenced Files
None
Subscribers
None
D12574.1765076017.diff
View Options
diff --git a/native/redux/persist.js b/native/redux/persist.js
--- a/native/redux/persist.js
+++ b/native/redux/persist.js
@@ -1047,7 +1047,9 @@
const threadInfo = threadStoreInfos[key];
acc[threadInfo.id] = threadInfo.minimallyEncoded
? threadInfo
- : minimallyEncodeRawThreadInfo(threadInfo);
+ : /* $FlowIgnore: `[Raw]ThreadInfo.members` have permissions
+ at time of this migration. */
+ minimallyEncodeRawThreadInfo(threadInfo);
return acc;
},
{},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 2:53 AM (15 h, 42 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842181
Default Alt Text
D12574.1765076017.diff (583 B)
Attached To
Mode
D12574: [native] Add `$FlowIgnore` annotation to migration 61
Attached
Detach File
Event Timeline
Log In to Comment