diff options
author | Ilja <domainepublic@spectraltheorem.be> | 2020-10-02 19:08:04 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-06 07:59:52 +0200 |
commit | dfeb3862da2ceaf63db300be1a916f5139250bc2 (patch) | |
tree | 250cca647b242a0ca90f2e9b828edd3da06ace26 /lib | |
parent | e0c7d7719797bad0edf7e5c5bd0d3c43cace6f36 (diff) | |
download | pleroma-dfeb3862da2ceaf63db300be1a916f5139250bc2.tar.gz pleroma-dfeb3862da2ceaf63db300be1a916f5139250bc2.zip |
config :mrf, :transparency_exclusions works with tumples now
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/mrf/simple_policy.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/mrf/simple_policy.ex b/lib/pleroma/web/activity_pub/mrf/simple_policy.ex index fe0dc874b..2f26fc3a0 100644 --- a/lib/pleroma/web/activity_pub/mrf/simple_policy.ex +++ b/lib/pleroma/web/activity_pub/mrf/simple_policy.ex @@ -258,7 +258,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.SimplePolicy do @impl true def describe do - exclusions = Config.get([:mrf, :transparency_exclusions]) + exclusions = Config.get([:mrf, :transparency_exclusions]) |> MRF.instance_list_from_tuples() mrf_simple = Config.get(:mrf_simple) |