logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7473868880b21850eaa5431b2db66af05a854405
parent 20588517fc5ed86c77865d879027618a1eb54106
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed, 13 Jul 2022 18:46:21 -0400

Fix compile error

Diffstat:

Mlib/pleroma/docs/translator.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/pleroma/docs/translator.ex b/lib/pleroma/docs/translator.ex @@ -3,6 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Docs.Translator do + require Pleroma.Docs.Translator.Compiler require Pleroma.Web.Gettext @before_compile Pleroma.Docs.Translator.Compiler