reblog_service.rb: Status#local_only -> local_only?

This commit is contained in:
Erin 2017-12-11 17:39:11 -06:00
parent c5a4eda694
commit 2efffe77dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ReblogService < BaseService
DistributionWorker.perform_async(reblog.id)
unless reblogged_status.local_only
unless reblogged_status.local_only?
Pubsubhubbub::DistributionWorker.perform_async(reblog.stream_entry.id)
ActivityPub::DistributionWorker.perform_async(reblog.id)
end