From a37dd59d1f427f17e8dfe17db9a61de205e9ffbd Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 5 Jun 2025 11:30:13 +0200 Subject: [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 Co-committed-by: tobi --- example/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml index 742bf891b..cb3addac1 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -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 -- cgit v1.2.3