This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/api/follows/show.rabl

6 lines
95 B
Ruby

object @follow
child :target_account => :target_account do
extends('api/accounts/show')
end