mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	settings: Add setting to disable message content in missed message emails.
Fixes #6938.
This commit is contained in:
		@@ -20,6 +20,7 @@ var pm_mention_notification_settings = [
 | 
			
		||||
var other_notification_settings = [
 | 
			
		||||
    "enable_digest_emails",
 | 
			
		||||
    "realm_name_in_notifications",
 | 
			
		||||
    "message_content_in_email_notifications",
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
exports.notification_settings = other_notification_settings.concat(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user