mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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:
		@@ -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"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user