about summary refs log tree commit diff
path: root/app/views/api/accounts/relationship.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api/accounts/relationship.rabl')
-rw-r--r--app/views/api/accounts/relationship.rabl5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/api/accounts/relationship.rabl b/app/views/api/accounts/relationship.rabl
deleted file mode 100644
index 3e5bf882c..000000000
--- a/app/views/api/accounts/relationship.rabl
+++ /dev/null
@@ -1,5 +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 }