1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-12 13:48:21 +09:00
mastodon/app/views/api/v1/statuses/show.rabl

9 lines
121 B
Plaintext
Raw Normal View History

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