akkoma/lib/pleroma/web/twitter_api/views/remote_follow_view.ex

12 lines
346 B
Elixir
Raw Normal View History

# Pleroma: A lightweight social networking server
# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.TwitterAPI.RemoteFollowView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
2022-02-21 23:42:25 +00:00
alias Pleroma.Web.Gettext
2019-12-22 18:17:19 +00:00
defdelegate avatar_url(user), to: Pleroma.User
end