mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Sender Key: Track registrationIds in senderKeyState
This commit is contained in:
1
ts/textsecure/Types.d.ts
vendored
1
ts/textsecure/Types.d.ts
vendored
@@ -32,6 +32,7 @@ export type WebAPICredentials = {
|
||||
export type DeviceType = {
|
||||
id: number;
|
||||
identifier: string;
|
||||
registrationId: number;
|
||||
};
|
||||
|
||||
// How the legacy APIs generate these types
|
||||
|
||||
Reference in New Issue
Block a user