mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Fix unread reset and notification settings (#1824)
* reset unread with client sync state change * fix notification toggle setting not working * revert formatOnSave vscode setting
This commit is contained in:
		
							parent
							
								
									e2228a18c1
								
							
						
					
					
						commit
						e6d6b0349e
					
				
					 9 changed files with 62 additions and 100 deletions
				
			
		| 
						 | 
				
			
			@ -61,4 +61,12 @@ module.exports = {
 | 
			
		|||
    "@typescript-eslint/no-unused-vars": "error",
 | 
			
		||||
    "@typescript-eslint/no-shadow": "error"
 | 
			
		||||
  },
 | 
			
		||||
  overrides: [
 | 
			
		||||
    {
 | 
			
		||||
      files: ['*.ts'],
 | 
			
		||||
      rules: {
 | 
			
		||||
        'no-undef': 'off',
 | 
			
		||||
      },
 | 
			
		||||
    },
 | 
			
		||||
  ],
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue