]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entry_controller.rb
Merge remote-tracking branch 'upstream/pull/2023'
[rails.git] / app / controllers / diary_entry_controller.rb
index cff57920b10cdc7e1c0a4335b0004f5ab4c40496..70cb1654da8c9d0f7adf5b56197d482d81d54626 100644 (file)
@@ -66,7 +66,7 @@ class DiaryEntryController < ApplicationController
 
       # Notify current subscribers of the new comment
       @entry.subscribers.visible.each do |user|
-        Notifier.diary_comment_notification(@diary_comment, user).deliver_now if current_user != user
+        Notifier.diary_comment_notification(@diary_comment, user).deliver_later if current_user != user
       end
 
       # Add the commenter to the subscribers if necessary