Page MenuHomePhabricator

D7909.id27118.diff
No OneTemporary

D7909.id27118.diff

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,6 +106,7 @@
+preloadedState: AppState,
+currentState: AppState,
+actions: $ReadOnlyArray<BaseAction>,
+ +id?: string,
};
export type ThreadInconsistencyReportCreationRequest = {
...ThreadInconsistencyReportShape,
@@ -125,10 +126,12 @@
+mediaLocalID?: ?string, // deprecated
+messageServerID?: ?string,
+messageLocalID?: ?string,
+ +id?: string,
};
export type UserInconsistencyReportCreationRequest = {
...UserInconsistencyReportShape,
+type: 4,
+ +id?: string,
};
export type ReportCreationRequest =
| ErrorReportCreationRequest
@@ -158,10 +161,12 @@
export type ClientThreadInconsistencyReportCreationRequest = {
...ClientThreadInconsistencyReportShape,
+type: 1,
+ +id?: string,
};
export type ClientEntryInconsistencyReportCreationRequest = {
...ClientEntryInconsistencyReportShape,
+type: 2,
+ +id?: string,
};
export type ClientReportCreationRequest =

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 8:03 AM (18 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2693421
Default Alt Text
D7909.id27118.diff (1 KB)

Event Timeline