Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3373845
D12472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
738 B
Referenced Files
None
Subscribers
None
D12472.diff
View Options
diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js
--- a/lib/shared/thread-utils.js
+++ b/lib/shared/thread-utils.js
@@ -474,14 +474,12 @@
parentThreadID: parentThreadInfo?.id ?? null,
containingThreadID: getContainingThreadID(parentThreadInfo, threadType),
community: getCommunity(parentThreadInfo),
- members: members.map(member =>
- minimallyEncodeMemberInfo({
- id: member.id,
- role: role.id,
- permissions: membershipPermissions,
- isSender: false,
- }),
- ),
+ members: members.map(member => ({
+ id: member.id,
+ minimallyEncoded: true,
+ role: role.id,
+ isSender: false,
+ })),
roles: {
[role.id]: role,
},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 12:11 PM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2590385
Default Alt Text
D12472.diff (738 B)
Attached To
Mode
D12472: [lib] Fix construction of `RawThreadInfo` in `createPendingThread`
Attached
Detach File
Event Timeline
Log In to Comment