From 779e6e09f95769fb6e36ff3f16a66c42683f5726 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Wed, 16 Aug 2023 18:43:01 +0100 Subject: [PATCH] gotosocial: Don't report Mastodon version --- service/gotosocial/container/config/config.yaml.template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/service/gotosocial/container/config/config.yaml.template b/service/gotosocial/container/config/config.yaml.template index 8a28ee3..f4e403b 100644 --- a/service/gotosocial/container/config/config.yaml.template +++ b/service/gotosocial/container/config/config.yaml.template @@ -54,13 +54,6 @@ web-template-base-dir: "/opt/gotosocial/web/template/" # Directory from which gotosocial will attempt to serve static web assets (images, scripts). web-asset-base-dir: "/opt/gotosocial/web/assets/" -########################### -##### INSTANCE CONFIG ##### -########################### - -# Inject a Mastodon version into the version field that is included in /api/v1/instance. -instance-inject-mastodon-version: true - ########################### ##### ACCOUNTS CONFIG ##### ###########################