Call NotifyService about remote reblogs
parent
951843e646
commit
3fc7820d6e
|
@ -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…
Reference in New Issue