diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-07 07:53:14 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-09 11:24:46 +0300 |
commit | 068353ac0b36e6c391a49bae8b96faf4df3f0775 (patch) | |
tree | b5380b3dbbb39fb179289755178de6a908165b66 /lib | |
parent | 9442588ae9b049ae1b152b082842e4c13fa49ebb (diff) | |
download | pleroma-068353ac0b36e6c391a49bae8b96faf4df3f0775.tar.gz |
formatting
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/status_view.ex | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index b5574b039..c3c735d5d 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -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 |