X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/316ebb7570d1e894d6889481ec3a56276cb3e88b..ff00fed824c4bb7f3c1b240758f055a86c04c63b:/app/controllers/changeset_controller.rb?ds=sidebyside diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 224c2c488..eaa87df7b 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -336,7 +336,7 @@ class ChangesetController < ApplicationController # Notify current subscribers of the new comment changeset.subscribers.each do |user| if @user != user - Notifier.changeset_comment_notification(comment, user).deliver + Notifier.changeset_comment_notification(comment, user).deliver_now end end