This commit is contained in:
parent
a51c8074df
commit
1efda1c453
4 changed files with 54 additions and 6 deletions
|
@ -69,8 +69,12 @@ class ProcessFeedService < BaseService
|
|||
|
||||
notify_about_mentions!(status) unless status.reblog?
|
||||
notify_about_reblog!(status) if status.reblog? && status.reblog.account.local?
|
||||
|
||||
Rails.logger.debug "Queuing remote status #{status.id} (#{id}) for distribution"
|
||||
|
||||
LinkCrawlWorker.perform_async(status.id) unless status.spoiler_text.present?
|
||||
DistributionWorker.perform_async(status.id)
|
||||
|
||||
status
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue