Sender Key: Prepare for production

This commit is contained in:
Scott Nonnenberg 2021-06-08 14:51:58 -07:00 committed by GitHub
parent f226822dff
commit bff3f0c74a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 334 additions and 183 deletions

3
ts/textsecure.d.ts vendored
View file

@ -1411,7 +1411,8 @@ export declare namespace UnidentifiedSenderMessageClass.Message {
}
class ContentHint {
static SUPPLEMENTARY: number;
static DEFAULT: number;
static RESENDABLE: number;
static IMPLICIT: number;
}
}