logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: cbf8f8ac0d65e7606e5b0bdd046c9106107c68b2
parent a734efeff8f4ea9ea909b04abe7ddd5e7a041761
Author: Mark Felder <feld@feld.me>
Date:   Thu, 13 Jun 2024 10:48:50 -0400

Fix mix pleroma.config dump on Elixir 1.15

Diffstat:

Mlib/mix/pleroma.ex3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex @@ -14,7 +14,8 @@ defmodule Mix.Pleroma do :swoosh, :timex, :fast_html, - :oban + :oban, + :logger_backends ] @cachex_children ["object", "user", "scrubber", "web_resp"] @doc "Common functions to be reused in mix tasks"