aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-12-22 21:17:19 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-12-22 21:21:31 +0300
commitbdd71669da43698716be6494528b6e1813d0cd3d (patch)
treee79e061fca36e573e8bbeac697728a517f71af53 /lib
parent4c505bc615b0e698db4f6d16c3b1f0b159f30e02 (diff)
downloadpleroma-bdd71669da43698716be6494528b6e1813d0cd3d.tar.gz
update test
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/twitter_api/views/remote_follow_view.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/twitter_api/views/remote_follow_view.ex b/lib/pleroma/web/twitter_api/views/remote_follow_view.ex
index fb6109906..d469c4726 100644
--- a/lib/pleroma/web/twitter_api/views/remote_follow_view.ex
+++ b/lib/pleroma/web/twitter_api/views/remote_follow_view.ex
@@ -6,5 +6,5 @@ defmodule Pleroma.Web.TwitterAPI.RemoteFollowView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
- defdelegate avatar_url(user), to: Pleroma.User.avatar_url
+ defdelegate avatar_url(user), to: Pleroma.User
end