Step 8.5: Move isLoggedIn helper

This commit is contained in:
Travis Ralston 2022-03-24 15:33:09 -06:00
parent 56b099c171
commit 1126fdbd99
3 changed files with 28 additions and 10 deletions

View file

@ -36,9 +36,9 @@ import {
} from "./toasts/UnverifiedSessionToast";
import { accessSecretStorage, isSecretStorageBeingAccessed } from "./SecurityManager";
import { isSecureBackupRequired } from './utils/WellKnownUtils';
import { isLoggedIn } from './components/structures/MatrixChat';
import { ActionPayload } from "./dispatcher/payloads";
import { Action } from "./dispatcher/actions";
import { isLoggedIn } from "./utils/login";
const KEY_BACKUP_POLL_INTERVAL = 5 * 60 * 1000;