mirror of https://github.com/gogs/gogs.git
parent
2f0cdfd564
commit
ddc7a2dd4d
|
@ -125,7 +125,7 @@ func mailIssueCommentToParticipants(issue *Issue, doer *User, mentions []string)
|
|||
if err != nil {
|
||||
return fmt.Errorf("GetUserByID [%d]: %v", watchers[i].UserID, err)
|
||||
}
|
||||
if to.IsOrganization() {
|
||||
if to.IsOrganization() || !to.IsActive {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue