Don't include expireTimer with reaction sends

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2022-10-07 15:50:02 -07:00 committed by GitHub
parent f9c473768c
commit dcb8e1d7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,6 +105,7 @@ export async function sendReaction(
return;
}
const expireTimer = messageConversation.get('expireTimer');
const {
allRecipientIdentifiers,
recipientIdentifiersWithoutMe,
@ -123,7 +124,6 @@ export async function sendReaction(
);
}
const expireTimer = message.get('expireTimer');
const profileKey = conversation.get('profileSharing')
? await ourProfileKeyService.get()
: undefined;