Don't include expireTimer with reaction sends
This commit is contained in:
parent
d114effc03
commit
a711ae1c49
1 changed files with 1 additions and 1 deletions
|
@ -105,6 +105,7 @@ export async function sendReaction(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const expireTimer = messageConversation.get('expireTimer');
|
||||||
const {
|
const {
|
||||||
allRecipientIdentifiers,
|
allRecipientIdentifiers,
|
||||||
recipientIdentifiersWithoutMe,
|
recipientIdentifiersWithoutMe,
|
||||||
|
@ -123,7 +124,6 @@ export async function sendReaction(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const expireTimer = message.get('expireTimer');
|
|
||||||
const profileKey = conversation.get('profileSharing')
|
const profileKey = conversation.get('profileSharing')
|
||||||
? await ourProfileKeyService.get()
|
? await ourProfileKeyService.get()
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue