Fix status reference worker parameters error

This commit is contained in:
KMY 2023-07-06 13:23:38 +09:00
parent 22ad776635
commit ad5f9492fb
6 changed files with 8 additions and 9 deletions

View file

@ -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)