You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Fix bad merge
This commit is contained in:
		@@ -221,11 +221,6 @@ class LoggedInView extends React.Component<IProps, IState> {
 | 
			
		||||
        });
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    private onCallsChanged = () => {
 | 
			
		||||
        this.setState({
 | 
			
		||||
            activeCalls: CallHandler.sharedInstance().getAllActiveCalls(),
 | 
			
		||||
        });
 | 
			
		||||
 | 
			
		||||
    private onAction = (payload): void => {
 | 
			
		||||
        switch (payload.action) {
 | 
			
		||||
            case 'call_state': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user