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

@@ -28,7 +28,7 @@ class ReblogService < BaseService
text = options[:status] || ''
reblog = account.statuses.create!(reblog: reblogged_status, text: text, visibility: visibility)
# DistributionWorker.perform_async(reblog.id)
DistributionWorker.perform_async(reblog.id)
create_notification(reblog)
bump_potential_friendship(account, reblog)