Commit 1bee660b authored by Douwe Maan's avatar Douwe Maan

Don't send resolved notifications when deleting a note

parent ac6b634d
...@@ -72,8 +72,6 @@ class Projects::NotesController < Projects::ApplicationController ...@@ -72,8 +72,6 @@ class Projects::NotesController < Projects::ApplicationController
note.resolve!(current_user) note.resolve!(current_user)
MergeRequests::AllDiscussionsResolvedService.new(project, current_user).execute(note.noteable)
discussion = note.discussion discussion = note.discussion
render json: { render json: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment