Expose tags_separator config through /info API (#1997)
This commit is contained in:
parent
9fd6739a1f
commit
c44a0d200d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public function getInfo($request, $response)
|
|||
'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', ' '),
|
||||
],
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue