Reactions: Don't send null 'remove' field

This commit is contained in:
Scott Nonnenberg 2020-11-11 19:03:56 -08:00 committed by GitHub
parent 7af2284c6b
commit 7d4d85a755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
ts/textsecure.d.ts vendored
View file

@ -622,7 +622,7 @@ export declare namespace DataMessageClass {
class Reaction {
emoji: string | null;
remove: boolean | null;
remove: boolean;
targetAuthorE164: string | null;
targetAuthorUuid: string | null;
targetTimestamp: ProtoBigNumberType | null;