Need to start web_resp cache or mix task fails

This commit is contained in:
Mark Felder 2020-11-17 15:15:53 +00:00
parent d33b9e7b33
commit 97201f7e37
1 changed files with 1 additions and 1 deletions

View File

@ -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()