MastoAPI: Add blocking to AccountView.

This commit is contained in:
Roger Braun 2017-11-03 08:23:31 +01:00
commit 33beb51da4
2 changed files with 3 additions and 2 deletions

View file

@ -55,7 +55,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
id: target.id,
following: User.following?(user, target),
followed_by: User.following?(target, user),
blocking: false,
blocking: User.blocks?(user, target),
muting: false,
requested: false,
domain_blocking: false