Send and receive PniSignatureMessage
This commit is contained in:
parent
95be24e8f7
commit
00cfd92dd0
43 changed files with 1082 additions and 164 deletions
|
@ -122,11 +122,15 @@ export async function sendReceipts({
|
|||
map(batches, async batch => {
|
||||
const timestamps = batch.map(receipt => receipt.timestamp);
|
||||
const messageIds = batch.map(receipt => receipt.messageId);
|
||||
const isDirectConversation = batch.some(
|
||||
receipt => receipt.isDirectConversation
|
||||
);
|
||||
|
||||
await handleMessageSend(
|
||||
messaging[methodName]({
|
||||
senderE164: sender.get('e164'),
|
||||
senderUuid: sender.get('uuid'),
|
||||
isDirectConversation,
|
||||
timestamps,
|
||||
options: sendOptions,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue