This commit is contained in:
Douwe Maan 2015-05-15 13:54:41 +02:00
parent 0b7c4fe048
commit 6960e83b1e
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class NotificationService
[target.author, target.assignee]
end
recipients = add_project_watchers(recipients)
recipients = add_project_watchers(recipients, project)
recipients = reject_mention_users(recipients, project)
recipients = reject_muted_users(recipients, project)