diff --git a/app/controllers/services/mastodon_controller.rb b/app/controllers/services/mastodon_controller.rb index c98f3cb..ddea323 100644 --- a/app/controllers/services/mastodon_controller.rb +++ b/app/controllers/services/mastodon_controller.rb @@ -9,6 +9,6 @@ class Services::MastodonController < Services::BaseController private def require_service_available - http_status :not_found unless Setting.ejabberd_enabled? + http_status :not_found unless Setting.mastodon_enabled? end end