You've already forked matrix-react-sdk
							
							
				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:
		@@ -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';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user