mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 11:21:42 +00:00
replace reblog service check for an 👁️ with #local_only
This commit is contained in:
parent
cfbb95605b
commit
5ef65aab8f
|
@ -21,7 +21,7 @@ class ReblogService < BaseService
|
|||
|
||||
DistributionWorker.perform_async(reblog.id)
|
||||
|
||||
unless /👁$/.match?(reblogged_status.content)
|
||||
unless reblogged_status.local_only
|
||||
Pubsubhubbub::DistributionWorker.perform_async(reblog.stream_entry.id)
|
||||
ActivityPub::DistributionWorker.perform_async(reblog.id)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue