Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / lib / pleroma / web / mastodon_api / views / conversation_view.ex
index d841a840ce6e7136bb19a61e190bb5448ebcd6aa..8e8f7cf31973d7b0ce1e8ab653adb4d55760d688 100644 (file)
@@ -4,8 +4,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
   alias Pleroma.Activity
   alias Pleroma.Repo
   alias Pleroma.Web.ActivityPub.ActivityPub
-  alias Pleroma.Web.MastodonAPI.StatusView
   alias Pleroma.Web.MastodonAPI.AccountView
+  alias Pleroma.Web.MastodonAPI.StatusView
 
   def render("participation.json", %{participation: participation, user: user}) do
     participation = Repo.preload(participation, conversation: :users)