This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/api/v1/statuses/show.rabl
2016-11-03 13:28:36 +01:00

9 lines
129 B
Ruby

object @status
cache @status
extends 'api/v1/statuses/_show'
child :reblog => :reblog do
extends 'api/v1/statuses/_show'
end