1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Rename CrossSigningManager to SecurityManager

The file encompasses bits of cross-signing and also secret storage / secure
backup.
This commit is contained in:
J. Ryan Stinnett
2020-09-03 14:50:49 +01:00
parent 18d25acf4f
commit fb2bde94fa
10 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ import {
showToast as showUnverifiedSessionsToast,
} from "./toasts/UnverifiedSessionToast";
import { privateShouldBeEncrypted } from "./createRoom";
import { isSecretStorageBeingAccessed, accessSecretStorage } from "./CrossSigningManager";
import { isSecretStorageBeingAccessed, accessSecretStorage } from "./SecurityManager";
import { isSecureBackupRequired } from './utils/WellKnownUtils';
import { isLoggedIn } from './components/structures/MatrixChat';