Remove inbound_quotes
feature flag (#34958)
This commit is contained in:
parent
f2cdbefa3c
commit
989ca63b59
6 changed files with 12 additions and 17 deletions
|
@ -271,8 +271,6 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
|||
end
|
||||
|
||||
def update_quote!
|
||||
return unless Mastodon::Feature.inbound_quotes_enabled?
|
||||
|
||||
quote_uri = @status_parser.quote_uri
|
||||
|
||||
if quote_uri.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue