forked from AkkomaGang/akkoma
formatting
This commit is contained in:
parent
9442588ae9
commit
068353ac0b
1 changed files with 8 additions and 13 deletions
|
@ -1,19 +1,14 @@
|
||||||
defmodule Pleroma.Web.MastodonAPI.StatusView do
|
defmodule Pleroma.Web.MastodonAPI.StatusView do
|
||||||
use Pleroma.Web, :view
|
use Pleroma.Web, :view
|
||||||
|
|
||||||
alias Pleroma.{
|
alias Pleroma.Activity
|
||||||
Activity,
|
alias Pleroma.HTML
|
||||||
HTML,
|
alias Pleroma.Repo
|
||||||
Repo,
|
alias Pleroma.User
|
||||||
User
|
alias Pleroma.Web.CommonAPI.Utils
|
||||||
}
|
alias Pleroma.Web.MediaProxy
|
||||||
|
alias Pleroma.Web.MastodonAPI.AccountView
|
||||||
alias Pleroma.Web.{
|
alias Pleroma.Web.MastodonAPI.StatusView
|
||||||
CommonAPI.Utils,
|
|
||||||
MastodonAPI.AccountView,
|
|
||||||
MastodonAPI.StatusView,
|
|
||||||
MediaProxy
|
|
||||||
}
|
|
||||||
|
|
||||||
# TODO: Add cached version.
|
# TODO: Add cached version.
|
||||||
defp get_replied_to_activities(activities) do
|
defp get_replied_to_activities(activities) do
|
||||||
|
|
Loading…
Reference in a new issue