mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:02:25 -05:00
[feature] Report Masto version in /api/v1/instance (#1977)
This commit is contained in:
parent
43a2753ef0
commit
f8f0312042
5 changed files with 50 additions and 0 deletions
|
|
@ -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 #####
|
||||
###########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue