TEST Removing all streaming for now 3

TEST

• Removing:
- all streaming for now 3 from post status
This commit is contained in:
mgabdev 2021-01-15 20:43:07 -05:00
parent 574b45e04b
commit 2c8b4f7fb4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,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