Remove use of atoms in MRF.UserAllowListPolicy

This commit is contained in:
href 2020-06-10 17:34:23 +02:00 committed by rinpatch
commit cb7be6eef2
5 changed files with 33 additions and 11 deletions

View file

@ -138,8 +138,9 @@ their ActivityPub ID.
An example:
```elixir
config :pleroma, :mrf_user_allowlist,
"example.org": ["https://example.org/users/admin"]
config :pleroma, :mrf_user_allowlist, %{
"example.org" => ["https://example.org/users/admin"]
}
```
#### :mrf_object_age