Service pages for Chat and Social #143

Merged
raucao merged 14 commits from feature/service_pages into master 2023-09-01 08:36:09 +00:00
Showing only changes of commit ecdeb4c122 - Show all commits

View File

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