Move getAlwaysRelayCalls to window.Events

This commit is contained in:
Fedor Indutny 2021-08-19 11:41:24 -07:00 committed by GitHub
parent 4b810d5c3e
commit 1cc7c5dc2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

2
ts/window.d.ts vendored
View file

@ -202,10 +202,8 @@ declare global {
enterKeyboardMode: () => void;
enterMouseMode: () => void;
getAccountManager: () => AccountManager;
getAlwaysRelayCalls: () => Promise<boolean>;
getBuiltInImages: () => Promise<Array<string>>;
getConversations: () => ConversationModelCollectionType;
getCountMutedConversations: () => Promise<boolean>;
getEnvironment: typeof getEnvironment;
getExpiration: () => string;
getGuid: () => string;