Send support for Sender Key

This commit is contained in:
Scott Nonnenberg
2021-05-25 15:40:04 -07:00
committed by GitHub
parent d8417e562b
commit e6f1ec2b6b
30 changed files with 2290 additions and 911 deletions

View File

@@ -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 = {