logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a21aeeee12d7f3a7fd0ad4102661e8ee9eff19ab
parent 93852f1b42a187c86e4b1388a179699b8499ffea
Author: Mark Felder <feld@FreeBSD.org>
Date:   Tue, 17 Nov 2020 15:15:53 +0000

Need to start web_resp cache or mix task fails

Diffstat:

Mlib/mix/pleroma.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex @@ -14,7 +14,7 @@ defmodule Mix.Pleroma do :swoosh, :timex ] - @cachex_children ["object", "user", "scrubber"] + @cachex_children ["object", "user", "scrubber", "web_resp"] @doc "Common functions to be reused in mix tasks" def start_pleroma do Pleroma.Config.Holder.save_default()