mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Don't include expireTimer with reaction sends
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user