Allow whitelisting whole groups

This commit is contained in:
Stephanie Wilde-Hobbs 2020-05-14 12:34:46 +01:00
commit 20cbfb5cb5
No known key found for this signature in database
GPG key ID: CEF2BBFE18BD0E67
3 changed files with 20 additions and 8 deletions

View file

@ -919,7 +919,8 @@ Example:
```elixir
config :pleroma, :database_config_whitelist, [
{:pleroma, :instance},
{:pleroma, Pleroma.Web.Metadata}
{:pleroma, Pleroma.Web.Metadata},
{:auto_linker}
]
```