mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Send support for Sender Key
This commit is contained in:
5
ts/textsecure/Types.d.ts
vendored
5
ts/textsecure/Types.d.ts
vendored
@@ -11,6 +11,11 @@ export {
|
||||
UnprocessedUpdateType,
|
||||
} from '../sql/Interface';
|
||||
|
||||
export type DeviceType = {
|
||||
id: number;
|
||||
identifier: string;
|
||||
};
|
||||
|
||||
// How the legacy APIs generate these types
|
||||
|
||||
export type CompatSignedPreKeyType = {
|
||||
|
||||
Reference in New Issue
Block a user