Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3390721
D10212.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1012 B
Referenced Files
None
Subscribers
None
D10212.diff
View Options
diff --git a/lib/types/thread-types.js b/lib/types/thread-types.js
--- a/lib/types/thread-types.js
+++ b/lib/types/thread-types.js
@@ -448,14 +448,14 @@
export type RoleModificationRequest = CreateRoleAction | EditRoleAction;
export type RoleModificationResult = {
- +threadInfo: LegacyRawThreadInfo,
+ +threadInfo: RawThreadInfo,
+updatesResult: {
+newUpdates: $ReadOnlyArray<ServerUpdateInfo>,
},
};
export type RoleModificationPayload = {
- +threadInfo: LegacyRawThreadInfo,
+ +threadInfo: RawThreadInfo,
+updatesResult: {
+newUpdates: $ReadOnlyArray<ClientUpdateInfo>,
},
@@ -467,14 +467,14 @@
};
export type RoleDeletionResult = {
- +threadInfo: LegacyRawThreadInfo,
+ +threadInfo: RawThreadInfo,
+updatesResult: {
+newUpdates: $ReadOnlyArray<ServerUpdateInfo>,
},
};
export type RoleDeletionPayload = {
- +threadInfo: LegacyRawThreadInfo,
+ +threadInfo: RawThreadInfo,
+updatesResult: {
+newUpdates: $ReadOnlyArray<ClientUpdateInfo>,
},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 1, 12:53 AM (21 h, 56 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2603050
Default Alt Text
D10212.diff (1012 B)
Attached To
Mode
D10212: [lib] Update `Role[Deletion/Modification][Payload/Result]` to handle `RawThreadInfo`
Attached
Detach File
Event Timeline
Log In to Comment