@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user