Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3515141
D7916.id27124.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7916.id27124.diff
View Options
diff --git a/lib/types/report-types.js b/lib/types/report-types.js
--- a/lib/types/report-types.js
+++ b/lib/types/report-types.js
@@ -106,7 +106,7 @@
+preloadedState: AppState,
+currentState: AppState,
+actions: $ReadOnlyArray<BaseAction>,
- +id?: string,
+ +id: string,
};
export type ThreadInconsistencyReportCreationRequest = {
...ThreadInconsistencyReportShape,
@@ -126,12 +126,12 @@
+mediaLocalID?: ?string, // deprecated
+messageServerID?: ?string,
+messageLocalID?: ?string,
- +id?: string,
+ +id: string,
};
export type UserInconsistencyReportCreationRequest = {
...UserInconsistencyReportShape,
+type: 4,
- +id?: string,
+ +id: string,
};
export type ReportCreationRequest =
| ErrorReportCreationRequest
@@ -161,12 +161,12 @@
export type ClientThreadInconsistencyReportCreationRequest = {
...ClientThreadInconsistencyReportShape,
+type: 1,
- +id?: string,
+ +id: string,
};
export type ClientEntryInconsistencyReportCreationRequest = {
...ClientEntryInconsistencyReportShape,
+type: 2,
- +id?: string,
+ +id: string,
};
export type ClientReportCreationRequest =
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 7:40 AM (17 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2693263
Default Alt Text
D7916.id27124.diff (1 KB)
Attached To
Mode
D7916: [lib] make report id mandatory
Attached
Detach File
Event Timeline
Log In to Comment