mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-14 04:52:17 +00:00
Fix mix pleroma.config dump on Elixir 1.15
This commit is contained in:
parent
a734efeff8
commit
cbf8f8ac0d
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue