diff --git a/app/controllers/status_messages_controller.rb b/app/controllers/status_messages_controller.rb index 6a0c46a05..c25b34771 100644 --- a/app/controllers/status_messages_controller.rb +++ b/app/controllers/status_messages_controller.rb @@ -58,10 +58,10 @@ class StatusMessagesController < ApplicationController current_user.dispatch_post(@status_message, :url => short_post_url(@status_message.guid), :service_types => receiving_services) - #this is done implicitly, somewhere else, apparently, says max. :'( - # @status_message.photos.each do |photo| - # current_user.dispatch_post(photo) - # end + #this is done implicitly, somewhere else, but it doesnt work, says max. :'( + @status_message.photos.each do |photo| + current_user.dispatch_post(photo) + end current_user.participate!(@status_message)