diff options
author | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-21 23:24:33 +0700 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@gmail.com> | 2019-04-21 23:24:33 +0700 |
commit | 4908e0eeee2ecb58b204198c20720d52548b6f4a (patch) | |
tree | 2ae902207c2cb589af5b89f79f7ac1f68c4b6ec2 /lib | |
parent | eeb093631cd50583feb4864a016d0dc1e4c58f5e (diff) | |
download | pleroma-4908e0eeee2ecb58b204198c20720d52548b6f4a.tar.gz |
Fix Credo warning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/conversation_view.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/conversation_view.ex b/lib/pleroma/web/mastodon_api/views/conversation_view.ex index eb61baa03..8e8f7cf31 100644 --- a/lib/pleroma/web/mastodon_api/views/conversation_view.ex +++ b/lib/pleroma/web/mastodon_api/views/conversation_view.ex @@ -3,8 +3,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do alias Pleroma.Activity alias Pleroma.Repo - alias Pleroma.Web.MastodonAPI.AccountView alias Pleroma.Web.ActivityPub.ActivityPub + alias Pleroma.Web.MastodonAPI.AccountView alias Pleroma.Web.MastodonAPI.StatusView def render("participation.json", %{participation: participation, user: user}) do |