Revert streaming removals 2c8b4f7fb, 574b45e04, 8313f4b11

• Revert:
- streaming removals 2c8b4f7fb, 574b45e04, 8313f4b11
This commit is contained in:
mgabdev
2021-01-25 15:52:52 -05:00
parent e8a436f865
commit b4ba3c70ef
6 changed files with 10 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ class PostStatusService < BaseService
def postprocess_status!
LinkCrawlWorker.perform_async(@status.id)
# DistributionWorker.perform_async(@status.id)
DistributionWorker.perform_async(@status.id)
ExpiringStatusWorker.perform_at(@status.expires_at, @status.id) if @status.expires_at && @account.is_pro
PollExpirationNotifyWorker.perform_at(@status.poll.expires_at, @status.poll.id) if @status.poll
end