Skip to content

Commit 77f0fb6

Browse files
NorthRealmdelvh
andauthored
R
Co-authored-by: delvh <[email protected]> Signed-off-by: NorthRealm <[email protected]>
1 parent d767417 commit 77f0fb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/mailer/mail_repo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ func sendRepoTransferNotifyMailPerLang(lang string, newOwner, doer *user_model.U
9999
// SendCollaboratorMail sends mail notification to new collaborator.
100100
func SendCollaboratorMail(u, doer *user_model.User, repo *repo_model.Repository) {
101101
if setting.MailService == nil || !u.IsActive {
102-
// No mail service configured OR the user is inactive
103102
return
104103
}
105104
locale := translation.NewLocale(u.Language)

0 commit comments

Comments
 (0)