Step 8.5: Move isLoggedIn helper
This commit is contained in:
parent
56b099c171
commit
1126fdbd99
3 changed files with 28 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue