Fix copypasta
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 3s

This commit is contained in:
Râu Cao 2023-09-01 10:32:11 +02:00
parent 8614e2f12b
commit ecdeb4c122
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -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