New option to disallow

This commit is contained in:
Michael 2024-01-07 19:22:56 +00:00
parent c4b85ef25a
commit d2a74d1936
8 changed files with 35 additions and 10 deletions

View file

@ -56,6 +56,10 @@ return [
// Automatically detect and set the best feed poll frequency.
'adjust_poll_frequency' => false,
// allow_relay_channels (Boolean)
// Allow Users to set remote_self
'allow_relay_channels' => true,
// allowed_themes (Comma-separated list)
// Themes users can change to in their settings.
'allowed_themes' => 'frio,vier',