Remove inbound_quotes feature flag (#34958)

This commit is contained in:
Claire 2025-06-06 10:25:59 +02:00 committed by GitHub
commit 989ca63b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 17 deletions

View file

@ -226,8 +226,6 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
end
def process_quote
return unless Mastodon::Feature.inbound_quotes_enabled?
@quote_uri = @status_parser.quote_uri
return if @quote_uri.blank?