diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/api/follows/show.rabl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/follows/show.rabl b/app/views/api/follows/show.rabl index e5b52b828..0f24ddb4d 100644 --- a/app/views/api/follows/show.rabl +++ b/app/views/api/follows/show.rabl @@ -1,2 +1,2 @@ -object @follow.target_account +object @account extends('api/accounts/show') |