Remove use of atoms in MRF.UserAllowListPolicy
This commit is contained in:
parent
8b8b8599e9
commit
8efd1614ec
5 changed files with 32 additions and 10 deletions
|
|
@ -133,8 +133,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue