logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 22bbe55b55eeb3766f31c357043f97d9acd1d8dd
parent d0dac30ac6e6808e772a5ec0b378e2b8294fc93a
Author: mkljczk <git@mkljczk.pl>
Date:   Sat, 22 Feb 2025 16:03:05 +0100

fix

Signed-off-by: mkljczk <git@mkljczk.pl>

Diffstat:

Mtest/support/translation_mock.ex2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/support/translation_mock.ex b/test/support/translation_mock.ex @@ -5,6 +5,8 @@ defmodule TranslationMock do alias Pleroma.Language.Translation.Provider + use Provider + @behaviour Provider @name "TranslationMock"