Fix copypasta
This commit is contained in:
@@ -9,6 +9,6 @@ class Services::MastodonController < Services::BaseController
|
|||||||
private
|
private
|
||||||
|
|
||||||
def require_service_available
|
def require_service_available
|
||||||
http_status :not_found unless Setting.ejabberd_enabled?
|
http_status :not_found unless Setting.mastodon_enabled?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user