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

Don't send resolved notifications when deleting a note

parent ac6b634d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,8 +72,6 @@ class Projects::NotesController < Projects::ApplicationController
 
note.resolve!(current_user)
 
MergeRequests::AllDiscussionsResolvedService.new(project, current_user).execute(note.noteable)
discussion = note.discussion
 
render json: {
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