diff options
author | lain <lain@soykaf.club> | 2020-05-08 14:11:58 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-08 14:11:58 +0200 |
commit | d0bf8cfb8f852a16259af4b808565cdfd58f5e61 (patch) | |
tree | cc820980ca0d839d8c8dad5018eb23cde49dc461 /lib | |
parent | 7637ef42033b2da79ca61e9dee8fb4187d1a8257 (diff) | |
download | pleroma-d0bf8cfb8f852a16259af4b808565cdfd58f5e61.tar.gz |
Credo fixes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/side_effects.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |