Use implicit content hint for sender key distribution messages
This commit is contained in:
parent
ca638dd44f
commit
a8ce959405
3 changed files with 5 additions and 6 deletions
|
@ -297,7 +297,6 @@ async function sendDistributionMessageOrNullMessage(
|
|||
options: RetryRequestEventData,
|
||||
didArchive: boolean
|
||||
): Promise<void> {
|
||||
const { ContentHint } = Proto.UnidentifiedSenderMessage.Message;
|
||||
const { groupId, requesterUuid } = options;
|
||||
let sentDistributionMessage = false;
|
||||
log.info(`sendDistributionMessageOrNullMessage/${logId}: Starting...`);
|
||||
|
@ -334,7 +333,6 @@ async function sendDistributionMessageOrNullMessage(
|
|||
await handleMessageSend(
|
||||
messaging.sendSenderKeyDistributionMessage(
|
||||
{
|
||||
contentHint: ContentHint.RESENDABLE,
|
||||
distributionId,
|
||||
groupId,
|
||||
identifiers: [requesterUuid],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue