Browse Source

Update account_view.ex

tags/v1.1.4
lambda 5 years ago
parent
commit
46684db84d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/mastodon_api/views/account_view.ex

+ 1
- 1
lib/pleroma/web/mastodon_api/views/account_view.ex View File

@@ -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


Loading…
Cancel
Save