[chore] blocklist -> allowlist config typo fix (#4242)

D'oh! Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4239

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4242
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
tobi
2025-06-05 11:30:13 +02:00
committed by tobi
parent 118d4e4d03
commit a37dd59d1f
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ instance-expose-allowlist: false
# including the public reason for each allow.
# Options: [true, false]
# Default: false
instance-expose-blocklist-web: false
instance-expose-allowlist-web: false
# Bool. Allow unauthenticated users to make queries to /api/v1/timelines/public in order
# to see a list of public posts on this server. Even if set to 'false', then authenticated

View File

@@ -416,7 +416,7 @@ instance-expose-allowlist: false
# including the public reason for each allow.
# Options: [true, false]
# Default: false
instance-expose-blocklist-web: false
instance-expose-allowlist-web: false
# Bool. Allow unauthenticated users to make queries to /api/v1/timelines/public in order
# to see a list of public posts on this server. Even if set to 'false', then authenticated