Page MenuHomePhorge

D12574.1765076017.diff
No OneTemporary

Size
583 B
Referenced Files
None
Subscribers
None

D12574.1765076017.diff

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

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)

Event Timeline