Skip to content
Snippets Groups Projects
Commit 46684db8 authored by lain's avatar lain
Browse files

Update account_view.ex

parent 68c75a08
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
follow_activity = Pleroma.Web.ActivityPub.Utils.fetch_latest_follow(user, target)
requested =
if follow_activity and !User.following?(target, user) do
if follow_activity && !User.following?(target, user) do
follow_activity.data["state"] == "pending"
else
false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment