[Pleroma.Web.MastodonAPI.AccountView]: Add fields support
[akkoma] / lib / pleroma / web / mastodon_api / views / mastodon_view.ex
1 defmodule Pleroma.Web.MastodonAPI.MastodonView do
2 use Pleroma.Web, :view
3 import Phoenix.HTML
4 import Phoenix.HTML.Form
5 end