diff options
author | Stephanie Wilde-Hobbs <steph@rx14.co.uk> | 2020-05-14 12:34:46 +0100 |
---|---|---|
committer | Stephanie Wilde-Hobbs <steph@rx14.co.uk> | 2020-05-14 12:43:53 +0100 |
commit | 20cbfb5cb5515044de03cc48e8464ec45ad0ca50 (patch) | |
tree | 6b9928508af096c241c2f0225e042f9a1548f00b /docs/configuration/cheatsheet.md | |
parent | 5c6f57531505f1e5e39836c0e0e6d2563fdaedf8 (diff) | |
download | pleroma-20cbfb5cb5515044de03cc48e8464ec45ad0ca50.tar.gz |
Allow whitelisting whole groups
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7b7a332c7..f0ecebc99 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -919,7 +919,8 @@ Example: ```elixir config :pleroma, :database_config_whitelist, [ {:pleroma, :instance}, - {:pleroma, Pleroma.Web.Metadata} + {:pleroma, Pleroma.Web.Metadata}, + {:auto_linker} ] ``` |