Page MenuHomePhabricator

D13726.diff
No OneTemporary

D13726.diff

diff --git a/lib/types/aux-user-types.js b/lib/types/aux-user-types.js
--- a/lib/types/aux-user-types.js
+++ b/lib/types/aux-user-types.js
@@ -7,10 +7,16 @@
IdentityPlatformDetails,
} from './identity-service-types.js';
+type AccountMissingFromIdentityStatus = {
+ +missingSince: number,
+ +lastChecked: number,
+};
+
export type AuxUserInfo = {
+fid: ?string,
+deviceList?: RawDeviceList,
+devicesPlatformDetails?: { +[deviceID: string]: IdentityPlatformDetails },
+ +accountMissingStatus?: AccountMissingFromIdentityStatus,
};
export type AuxUserInfos = { +[userID: string]: AuxUserInfo };

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 17, 4:54 PM (14 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2311812
Default Alt Text
D13726.diff (616 B)

Event Timeline