reblog_service.rb: Status#local_only -> local_only?
parent
eb0660f6ef
commit
bdf25f5a60
|
@ -21,7 +21,7 @@ class ReblogService < BaseService
|
||||||
|
|
||||||
DistributionWorker.perform_async(reblog.id)
|
DistributionWorker.perform_async(reblog.id)
|
||||||
|
|
||||||
unless reblogged_status.local_only
|
unless reblogged_status.local_only?
|
||||||
Pubsubhubbub::DistributionWorker.perform_async(reblog.stream_entry.id)
|
Pubsubhubbub::DistributionWorker.perform_async(reblog.stream_entry.id)
|
||||||
ActivityPub::DistributionWorker.perform_async(reblog.id)
|
ActivityPub::DistributionWorker.perform_async(reblog.id)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue