From: lain Date: Fri, 8 May 2020 12:11:58 +0000 (+0200) Subject: Credo fixes. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d0bf8cfb8f852a16259af4b808565cdfd58f5e61;p=akkoma Credo fixes. --- diff --git a/lib/pleroma/web/activity_pub/side_effects.ex b/lib/pleroma/web/activity_pub/side_effects.ex index 28b519432..c8b675d54 100644 --- a/lib/pleroma/web/activity_pub/side_effects.ex +++ b/lib/pleroma/web/activity_pub/side_effects.ex @@ -5,8 +5,8 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do liked object, a `Follow` activity will add the user to the follower collection, and so on. """ - alias Pleroma.Chat alias Pleroma.Activity + alias Pleroma.Chat alias Pleroma.Notification alias Pleroma.Object alias Pleroma.Repo