Adds debugging utilities in dev/beta environments
This commit is contained in:
parent
ac50af52d2
commit
86488b97b9
13 changed files with 73 additions and 146 deletions
|
@ -266,7 +266,7 @@ export class MessageReceipts extends Collection<MessageReceiptModel> {
|
|||
|
||||
// We want the above call to not be delayed when testing with
|
||||
// CI.
|
||||
window.Signal.CI
|
||||
window.SignalCI
|
||||
? deleteSentProtoBatcher.flushAndWait()
|
||||
: Promise.resolve(),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue