X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/316ebb7570d1e894d6889481ec3a56276cb3e88b..fb70a89a36e42a7e439e4e99e449a109d0c3cd86:/app/controllers/changeset_controller.rb 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