Browse Source

Call NotifyService about remote reblogs

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
29b12f9e0a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/services/process_feed_service.rb

+ 2
- 0
app/services/process_feed_service.rb View File

@ -60,6 +60,8 @@ class ProcessFeedService < BaseService
end
status.save!
NotifyService.new.call(status.reblog.account, status) if status.reblog?
Rails.logger.debug "Queuing remote status #{status.id} (#{id}) for distribution"
DistributionWorker.perform_async(status.id)
status

Loading…
Cancel
Save