Changes
1 changed files (+4/-0)
-
-
@@ -126,6 +126,10 @@ func mailIssueCommentBatch(ctx *mailCommentContext, users []*user_model.User, vilangMap := make(map[string][]*user_model.User) for _, user := range users { if !user.IsActive { // Exclude deactivated users continue } // At this point we exclude: // user that don't have all mails enabled or users only get mail on mention and this is one ... if !(user.EmailNotificationsPreference == user_model.EmailNotificationsEnabled ||
-