mastodon api: relationship view: better handle no pre-existing follow activity
[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