X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/098c2675ba07c12cc6c26b98aeed62d1c68e96fa..41af7f5ea79889da3a462a90f4fcdc01c31ba0cc:/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