Magical patches #357

Merged
floatingghost merged 7 commits from magical-patches into develop 2022-12-09 21:12:50 +00:00
Showing only changes of commit bc265bfd54 - Show all commits

View file

@ -66,7 +66,7 @@ defmodule Pleroma.Config.DeprecationWarnings do
new_config =
Config.get([:mrf_simple])
|> Enum.filter(fn {k, v} -> not is_atom(v) end)
|> Enum.filter(fn {_k, v} -> not is_atom(v) end)
|> Enum.map(fn {k, v} ->
{k,
Enum.map(v, fn