about summary refs log tree commit diff
path: root/app/views/api/v1/accounts/relationship.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api/v1/accounts/relationship.rabl')
-rw-r--r--app/views/api/v1/accounts/relationship.rabl1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/api/v1/accounts/relationship.rabl b/app/views/api/v1/accounts/relationship.rabl
index 84043e9cd..22b37586e 100644
--- a/app/views/api/v1/accounts/relationship.rabl
+++ b/app/views/api/v1/accounts/relationship.rabl
@@ -4,3 +4,4 @@ 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 }
+node(:requested)   { |account| @requested[account.id]   || false }