X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/098c2675ba07c12cc6c26b98aeed62d1c68e96fa..c3e2e6462f293596aef5d5de18b0a173edc046c7:/app/controllers/notes_controller.rb diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index acd88be04..7584daf62 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -361,7 +361,7 @@ private note.comments.map { |c| c.author }.uniq.each do |user| if notify and user and user != @user - Notifier.note_comment_notification(comment, user).deliver + Notifier.note_comment_notification(comment, user).deliver_now end end end