Fixed:
- allow administrator to choose whether the blocklist is published under `/about` or later any other API (e.g. common is `/api/v1/instance/domain_blocks`).
This commit is contained in:
@@ -786,4 +786,9 @@ return [
|
||||
// Banner for Mastodon API
|
||||
'mastodon_banner' => '/images/friendica-banner.jpg',
|
||||
],
|
||||
'blocklist' => [
|
||||
// published (Boolean)
|
||||
// Wether the blocklist is published under /about (or any later API)
|
||||
'published' => true,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user