logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 67726453f85eb5bb51bf82e7decf23a4f1d184af
parent c361df11b4e31bc6b369a4feebdbaa82987c2eec
Author: Alex Gleason <alex@alexgleason.me>
Date:   Tue,  1 Sep 2020 21:12:21 -0500

Credo fix

Diffstat:

Mtest/web/admin_api/controllers/chat_controller_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/web/admin_api/controllers/chat_controller_test.exs b/test/web/admin_api/controllers/chat_controller_test.exs @@ -10,8 +10,8 @@ defmodule Pleroma.Web.AdminAPI.ChatControllerTest do alias Pleroma.Chat alias Pleroma.Chat.MessageReference alias Pleroma.Config - alias Pleroma.Object alias Pleroma.ModerationLog + alias Pleroma.Object alias Pleroma.Repo alias Pleroma.Web.CommonAPI