1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
5 defmodule Pleroma.Web.TwitterAPI.RemoteFollowView do
7 import Phoenix.HTML.Form
9 def avatar_url(user), do: Pleroma.User.avatar_url(user)