Storage logging improvements and repeat limits for stop sync

This commit is contained in:
Josh Perez 2020-09-09 19:07:58 -04:00 committed by Scott Nonnenberg
parent d87335f5a6
commit d1d7e0aa99
4 changed files with 87 additions and 12 deletions

2
ts/window.d.ts vendored
View file

@ -18,6 +18,7 @@ import { ContactRecordIdentityState, TextSecureType } from './textsecure.d';
import { WebAPIConnectType } from './textsecure/WebAPI';
import { CallingClass } from './services/calling';
import * as Crypto from './Crypto';
import * as RemoteConfig from './RemoteConfig';
import { LocalizerType } from './types/Util';
import { CallHistoryDetailsType } from './types/Calling';
import { ColorType } from './types/Colors';
@ -92,6 +93,7 @@ declare global {
trustRoot: ArrayBuffer
) => CertificateValidatorType;
};
RemoteConfig: typeof RemoteConfig;
Services: {
calling: CallingClass;
};