Sender Key: Track registrationIds in senderKeyState

This commit is contained in:
Scott Nonnenberg 2021-07-30 11:35:25 -07:00 committed by GitHub
parent 689542a9b4
commit 9fb8114691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 15 deletions

View file

@ -32,6 +32,7 @@ export type WebAPICredentials = {
export type DeviceType = {
id: number;
identifier: string;
registrationId: number;
};
// How the legacy APIs generate these types