Do not initialize receivedAtCounter in connect

This commit is contained in:
Fedor Indutny 2021-08-17 16:15:45 -07:00 committed by GitHub
parent d222376b8f
commit 6343e7c902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 12 deletions

1
ts/window.d.ts vendored
View file

@ -189,7 +189,6 @@ declare global {
baseAttachmentsPath: string;
baseStickersPath: string;
baseTempPath: string;
receivedAtCounter: number;
enterKeyboardMode: () => void;
enterMouseMode: () => void;
getAccountManager: () => AccountManager;