Skip to content
Snippets Groups Projects
Commit 6960e83b authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix.

parent 0b7c4fe0
No related branches found
No related tags found
No related merge requests found
Loading
@@ -408,7 +408,7 @@ class NotificationService
Loading
@@ -408,7 +408,7 @@ class NotificationService
[target.author, target.assignee] [target.author, target.assignee]
end end
   
recipients = add_project_watchers(recipients) recipients = add_project_watchers(recipients, project)
recipients = reject_mention_users(recipients, project) recipients = reject_mention_users(recipients, project)
recipients = reject_muted_users(recipients, project) recipients = reject_muted_users(recipients, project)
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment