[Dev] Remove serverTimeOffset from global (#2850)

This commit is contained in:
Alexander Zinchuk 2023-03-19 22:33:47 -05:00
parent a7fb1958a1
commit cbbbd0d374
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ export const INITIAL_GLOBAL_STATE: GlobalState = {
blurredTabTokens: [],
passcode: {},
twoFaSettings: {},
serverTimeOffset: 0,
isUpdateAvailable: false,
audioPlayer: {

View File

@ -555,7 +555,6 @@ export type GlobalState = {
isSyncing?: boolean;
isUpdateAvailable?: boolean;
lastSyncTime?: number;
serverTimeOffset: number;
blurredTabTokens: number[];
leftColumnWidth?: number;
lastIsChatInfoShown?: boolean;