Sender Key: Track registrationIds in senderKeyState
This commit is contained in:
parent
689542a9b4
commit
9fb8114691
5 changed files with 57 additions and 15 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue