Expose tags_separator config through /info API (#1997)

This commit is contained in:
Amadeous 2023-07-01 00:15:41 +02:00 committed by GitHub
parent 9fd6739a1f
commit c44a0d200d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ class Info extends ApiController
'timezone' => $this->conf->get('general.timezone', 'UTC'),
'enabled_plugins' => $this->conf->get('general.enabled_plugins', []),
'default_private_links' => $this->conf->get('privacy.default_private_links', false),
'tags_separator' => $this->conf->get('general.tags_separator', ' '),
],
];