Remove the outgoing_quotes feature flag, making the feature unconditional (#36130)
This commit is contained in:
@@ -45,7 +45,7 @@ module Mastodon
|
||||
|
||||
def api_versions
|
||||
{
|
||||
mastodon: Mastodon::Feature.outgoing_quotes_enabled? ? 7 : 6,
|
||||
mastodon: 7,
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user