Storage logging improvements and repeat limits for stop sync
This commit is contained in:
parent
d87335f5a6
commit
d1d7e0aa99
4 changed files with 87 additions and 12 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue