Remove the outgoing_quotes feature flag, making the feature unconditional (#36130)
This commit is contained in:
@@ -36,7 +36,7 @@ class ActivityPub::NoteSerializer < ActivityPub::Serializer
|
||||
attribute :quote, key: :quote_uri, if: :quote?
|
||||
attribute :quote_authorization, if: :quote_authorization?
|
||||
|
||||
attribute :interaction_policy, if: -> { Mastodon::Feature.outgoing_quotes_enabled? }
|
||||
attribute :interaction_policy
|
||||
|
||||
def id
|
||||
ActivityPub::TagManager.instance.uri_for(object)
|
||||
|
||||
Reference in New Issue
Block a user