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.rabl9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/api/v1/accounts/relationship.rabl b/app/views/api/v1/accounts/relationship.rabl
deleted file mode 100644
index 4f7763d9d..000000000
--- a/app/views/api/v1/accounts/relationship.rabl
+++ /dev/null
@@ -1,9 +0,0 @@
-object @account
-
-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(:muting)          { |account| @muting[account.id]          || false }
-node(:requested)       { |account| @requested[account.id]       || false }
-node(:domain_blocking) { |account| @domain_blocking[account.id] || false }