Fix status reference worker parameters error
This commit is contained in:
parent
22ad776635
commit
ad5f9492fb
6 changed files with 8 additions and 9 deletions
|
@ -148,7 +148,7 @@ class PostStatusService < BaseService
|
|||
|
||||
def postprocess_status!
|
||||
process_hashtags_service.call(@status)
|
||||
ProcessReferencesWorker.perform_async(@status.id, @reference_ids)
|
||||
ProcessReferencesWorker.perform_async(@status.id, @reference_ids, [])
|
||||
Trends.tags.register(@status)
|
||||
LinkCrawlWorker.perform_async(@status.id)
|
||||
DistributionWorker.perform_async(@status.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue