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 
			
		
		
		
	Fix lint issues in new code
This commit is contained in:
		@@ -48,8 +48,8 @@ export default class DeviceListener {
 | 
			
		||||
    private displayingToastsForDeviceIds = new Set<string>();
 | 
			
		||||
 | 
			
		||||
    static sharedInstance() {
 | 
			
		||||
        if (!window.mx_DeviceListener) window.mx_DeviceListener = new DeviceListener();
 | 
			
		||||
        return window.mx_DeviceListener;
 | 
			
		||||
        if (!window.mxDeviceListener) window.mxDeviceListener = new DeviceListener();
 | 
			
		||||
        return window.mxDeviceListener;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    start() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user