summaryrefslogtreecommitdiff
path: root/example/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/config.yaml')
-rw-r--r--example/config.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
index f95720545..5f41952af 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -400,6 +400,15 @@ instance-expose-public-timeline: false
# Default: true
instance-deliver-to-shared-inboxes: true
+# Bool. This flag will inject a Mastodon version into the version field that
+# is included in /api/v1/instance. This version is often used by Mastodon clients
+# to do API feature detection. By injecting a Mastodon compatible version, it is
+# possible to cajole those clients to behave correctly with GoToSocial.
+#
+# Options: [true, false]
+# Default: false
+instance-inject-mastodon-version: false
+
###########################
##### ACCOUNTS CONFIG #####
###########################