mirror of https://github.com/vector-im/riot-web
				
				
				
			fix spelling
							parent
							
								
									625e03cde3
								
							
						
					
					
						commit
						f3743f3ca1
					
				| 
						 | 
				
			
			@ -274,10 +274,10 @@ class _MatrixClientPeg implements IMatrixClientPeg {
 | 
			
		|||
        // These are always installed regardless of the labs flag so that
 | 
			
		||||
        // cross-signing features can toggle on without reloading and also be
 | 
			
		||||
        // accessed immediately after login.
 | 
			
		||||
        const customisatedCallbacks = {
 | 
			
		||||
        const customisedCallbacks = {
 | 
			
		||||
            getDehydrationKey: SecurityCustomisations.getDehydrationKey,
 | 
			
		||||
        };
 | 
			
		||||
        Object.assign(opts.cryptoCallbacks, crossSigningCallbacks, customisatedCallbacks);
 | 
			
		||||
        Object.assign(opts.cryptoCallbacks, crossSigningCallbacks, customisedCallbacks);
 | 
			
		||||
 | 
			
		||||
        this.matrixClient = createMatrixClient(opts);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue