Skip to content

Commit

Permalink
Expose tags_separator config through /info API (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeous authored Jun 30, 2023
1 parent 9fd6739 commit c44a0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/api/controllers/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', ' '),
],
];

Expand Down

0 comments on commit c44a0d2

Please sign in to comment.