Read/Delivery Receipts: Wait for resolution in main queue
FREEBIE
This commit is contained in:
parent
92ba295d52
commit
7faf83bc01
3 changed files with 23 additions and 20 deletions
|
@ -381,6 +381,9 @@
|
|||
});
|
||||
|
||||
receipt.on('remove', ev.confirm);
|
||||
|
||||
// Calling this directly so we can wait for completion
|
||||
return Whisper.ReadReceipts.onReceipt(receipt);
|
||||
}
|
||||
|
||||
function onVerified(ev) {
|
||||
|
@ -447,6 +450,9 @@
|
|||
});
|
||||
|
||||
receipt.on('remove', ev.confirm);
|
||||
|
||||
// Calling this directly so we can wait for completion
|
||||
return Whisper.DeliveryReceipts.onReceipt(receipt);
|
||||
}
|
||||
|
||||
window.owsDesktopApp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue