Browse Source
			
			
			Allow to get activities for files by email again
			
				Signed-off-by: Joas Schilling <coding@schilljs.com>
			
			
				pull/22765/head
			
			
		 
		
			
				
					
						 Joas Schilling
					
					5 years ago
						Joas Schilling
					
					5 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 7076EA9751AACDDA
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					apps/files/lib/Activity/Settings/FileChanged.php
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -48,11 +48,11 @@ class FileChanged extends FileActivitySettings { | 
			
		
	
		
			
				
					|  |  |  | 	 * @since 11.0.0 | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	public function getPriority() { | 
			
		
	
		
			
				
					|  |  |  | 		return 1; | 
			
		
	
		
			
				
					|  |  |  | 		return 2; | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	public function canChangeMail() { | 
			
		
	
		
			
				
					|  |  |  | 		return false; | 
			
		
	
		
			
				
					|  |  |  | 		return true; | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	public function isDefaultEnabledMail() { | 
			
		
	
	
		
			
				
					|  |  | @ -60,7 +60,7 @@ class FileChanged extends FileActivitySettings { | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	public function canChangeNotification() { | 
			
		
	
		
			
				
					|  |  |  | 		return false; | 
			
		
	
		
			
				
					|  |  |  | 		return true; | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	public function isDefaultEnabledNotification() { | 
			
		
	
	
		
			
				
					|  |  | 
 |