mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	take the debugging out
This commit is contained in:
		
							parent
							
								
									30726d6cf9
								
							
						
					
					
						commit
						794b04b89a
					
				@ -1192,7 +1192,7 @@ export default React.createClass({
 | 
				
			|||||||
     */
 | 
					     */
 | 
				
			||||||
    _onLoggedIn: async function() {
 | 
					    _onLoggedIn: async function() {
 | 
				
			||||||
        this.setStateForNewView({ view: VIEWS.LOGGED_IN });
 | 
					        this.setStateForNewView({ view: VIEWS.LOGGED_IN });
 | 
				
			||||||
        if (true || MatrixClientPeg.currentUserIsJustRegistered()) {
 | 
					        if (MatrixClientPeg.currentUserIsJustRegistered()) {
 | 
				
			||||||
            MatrixClientPeg.setJustRegisteredUserId(null);
 | 
					            MatrixClientPeg.setJustRegisteredUserId(null);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if (this.props.config.welcomeUserId && getCurrentLanguage().startsWith("en")) {
 | 
					            if (this.props.config.welcomeUserId && getCurrentLanguage().startsWith("en")) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user