X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fmix%2Fpleroma.ex;h=2b6c7d6bbd13f364fefa396e66a778d6b480f2d6;hb=c435de426d045118ed7be3d77f659f349d2d2245;hp=a33a9951c48fb4eae4a2fc19b757acbb223f7a1b;hpb=e4f1d8f48c85b8a388d6c3945db157de5ce588c5;p=akkoma diff --git a/lib/mix/pleroma.ex b/lib/mix/pleroma.ex index a33a9951c..2b6c7d6bb 100644 --- a/lib/mix/pleroma.ex +++ b/lib/mix/pleroma.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Mix.Pleroma do @@ -13,7 +13,8 @@ defmodule Mix.Pleroma do :flake_id, :swoosh, :timex, - :fast_html + :fast_html, + :oban ] @cachex_children ["object", "user", "scrubber", "web_resp"] @doc "Common functions to be reused in mix tasks"