Adds debugging utilities in dev/beta environments

This commit is contained in:
Josh Perez 2023-01-18 19:02:03 -05:00 committed by GitHub
parent ac50af52d2
commit 86488b97b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 73 additions and 146 deletions

View file

@ -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(),
]);