forked from AkkomaGang/akkoma
Need to start web_resp cache or mix task fails
This commit is contained in:
parent
d33b9e7b33
commit
97201f7e37
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue