Fix comment for EmailNotificationsAndYourOwn constant (#24236)
This fixes some copypasta in the constant definitions for the `User.EmailNotificationsPreference` field. No code changes.
This commit is contained in:
		
							parent
							
								
									3274ab2943
								
							
						
					
					
						commit
						949ba4894b
					
				| 
						 | 
				
			
			@ -62,7 +62,7 @@ const (
 | 
			
		|||
	EmailNotificationsOnMention = "onmention"
 | 
			
		||||
	// EmailNotificationsDisabled indicates that the user would not like to be notified via email.
 | 
			
		||||
	EmailNotificationsDisabled = "disabled"
 | 
			
		||||
	// EmailNotificationsEnabled indicates that the user would like to receive all email notifications and your own
 | 
			
		||||
	// EmailNotificationsAndYourOwn indicates that the user would like to receive all email notifications and your own
 | 
			
		||||
	EmailNotificationsAndYourOwn = "andyourown"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue