Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32197591
D12755.1765103825.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
589 B
Referenced Files
None
Subscribers
None
D12755.1765103825.diff
View Options
diff --git a/lib/types/minimally-encoded-thread-permissions-types.js b/lib/types/minimally-encoded-thread-permissions-types.js
--- a/lib/types/minimally-encoded-thread-permissions-types.js
+++ b/lib/types/minimally-encoded-thread-permissions-types.js
@@ -197,6 +197,9 @@
};
} else {
const { members, roles, currentUser, ...rest } = rawThreadInfo;
+ // We removed the `.permissions` field from `MemberInfo`, but persisted
+ // `MemberInfo`s will still have the field in legacy migrations.
+ // $FlowIgnore
return {
...rest,
minimallyEncoded: true,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 10:37 AM (20 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843252
Default Alt Text
D12755.1765103825.diff (589 B)
Attached To
Mode
D12755: [lib] Add `flow` suppression to `deprecatedMinimallyEncodeRawThreadInfo`
Attached
Detach File
Event Timeline
Log In to Comment