Merge branch 'pleroma-feature/compat/push-subscriptions' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index b5574b039a4496825abd05f297849a0f37f59d5a..c3c735d5d52c53af3ad83ca012cca0436d248f10 100644 (file)
@@ -1,19 +1,14 @@
 defmodule Pleroma.Web.MastodonAPI.StatusView do
   use Pleroma.Web, :view
 
-  alias Pleroma.{
-    Activity,
-    HTML,
-    Repo,
-    User
-  }
-
-  alias Pleroma.Web.{
-    CommonAPI.Utils,
-    MastodonAPI.AccountView,
-    MastodonAPI.StatusView,
-    MediaProxy
-  }
+  alias Pleroma.Activity
+  alias Pleroma.HTML
+  alias Pleroma.Repo
+  alias Pleroma.User
+  alias Pleroma.Web.CommonAPI.Utils
+  alias Pleroma.Web.MediaProxy
+  alias Pleroma.Web.MastodonAPI.AccountView
+  alias Pleroma.Web.MastodonAPI.StatusView
 
   # TODO: Add cached version.
   defp get_replied_to_activities(activities) do