Retry delivery and read receipts for up to 24 hours
This commit is contained in:
parent
e81821f4a6
commit
f9e98836b0
15 changed files with 316 additions and 243 deletions
|
@ -1584,7 +1584,7 @@ export default class MessageSender {
|
|||
});
|
||||
}
|
||||
|
||||
async sendReadReceipts(
|
||||
async sendReadReceipt(
|
||||
options: Readonly<{
|
||||
senderE164?: string;
|
||||
senderUuid?: string;
|
||||
|
@ -1598,7 +1598,7 @@ export default class MessageSender {
|
|||
});
|
||||
}
|
||||
|
||||
async sendViewedReceipts(
|
||||
async sendViewedReceipt(
|
||||
options: Readonly<{
|
||||
senderE164?: string;
|
||||
senderUuid?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue