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

9 lines
127 B
Plaintext
Raw Normal View History

object @status
cache false
2016-11-03 05:28:36 -07:00
extends 'api/v1/statuses/_show'
child :reblog => :reblog do
2016-11-03 05:28:36 -07:00
extends 'api/v1/statuses/_show'
end