Move "limited federation mode" config to x.mastodon area (#35041)

This commit is contained in:
Matt Jankowski 2025-06-16 02:13:03 -04:00 committed by GitHub
commit 6f2aba989f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 30 additions and 30 deletions

View file

@ -18,6 +18,6 @@ module DomainControlHelper
end
def limited_federation_mode?
Rails.configuration.x.limited_federation_mode
Rails.configuration.x.mastodon.limited_federation_mode
end
end