Move receipt queues into conversation queue to handle 428s

This commit is contained in:
Jamie Kyle 2023-02-06 09:24:34 -08:00 committed by GitHub
parent 3776a04c0b
commit 2bbcc4676e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 981 additions and 223 deletions

View file

@ -137,6 +137,11 @@ export async function sendReceipts({
}),
{ messageIds, sendType: type }
);
window.SignalCI?.handleEvent('receipts', {
type,
timestamps,
});
})
);
})