mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
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:
parent
54033b5e5a
commit
bcd2b1c523
2 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue