Fix mix pleroma.config dump on Elixir 1.15
This commit is contained in:
parent
a734efeff8
commit
cbf8f8ac0d
@ -14,7 +14,8 @@ defmodule Mix.Pleroma do
|
|||||||
:swoosh,
|
:swoosh,
|
||||||
:timex,
|
:timex,
|
||||||
:fast_html,
|
:fast_html,
|
||||||
:oban
|
:oban,
|
||||||
|
:logger_backends
|
||||||
]
|
]
|
||||||
@cachex_children ["object", "user", "scrubber", "web_resp"]
|
@cachex_children ["object", "user", "scrubber", "web_resp"]
|
||||||
@doc "Common functions to be reused in mix tasks"
|
@doc "Common functions to be reused in mix tasks"
|
||||||
|
Loading…
Reference in New Issue
Block a user