diff options
Diffstat (limited to 'app/views/api/accounts/relationships.rabl')
-rw-r--r-- | app/views/api/accounts/relationships.rabl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/api/accounts/relationships.rabl b/app/views/api/accounts/relationships.rabl index dc1c1bc65..16fdc40d9 100644 --- a/app/views/api/accounts/relationships.rabl +++ b/app/views/api/accounts/relationships.rabl @@ -1,5 +1,2 @@ collection @accounts -attribute :id -node(:following) { |account| @following[account.id] || false } -node(:followed_by) { |account| @followed_by[account.id] || false } -node(:blocking) { |account| @blocking[account.id] || false } +extends 'api/accounts/relationship' |