Move receipt queues into conversation queue to handle 428s
This commit is contained in:
parent
3776a04c0b
commit
2bbcc4676e
20 changed files with 981 additions and 223 deletions
|
@ -137,6 +137,11 @@ export async function sendReceipts({
|
|||
}),
|
||||
{ messageIds, sendType: type }
|
||||
);
|
||||
|
||||
window.SignalCI?.handleEvent('receipts', {
|
||||
type,
|
||||
timestamps,
|
||||
});
|
||||
})
|
||||
);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue