Adds debugging utilities in dev/beta environments
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user