mastodon-glitch/app/views/api/v1/statuses/show.rabl

9 lines
127 B
Plaintext
Raw Normal View History

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