Retry delivery and read receipts for up to 24 hours

This commit is contained in:
Evan Hahn 2021-12-07 16:41:40 -06:00 committed by GitHub
parent e81821f4a6
commit f9e98836b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 316 additions and 243 deletions

View file

@ -2524,8 +2524,8 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
window.Whisper.deliveryReceiptQueue.add(() => {
window.Whisper.deliveryReceiptBatcher.add({
messageId,
source,
sourceUuid,
senderE164: source,
senderUuid: sourceUuid,
timestamp: this.get('sent_at'),
});
});