1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-13 14:18:19 +09:00
mastodon/app/views/api/v1/statuses/show.rabl
2016-11-03 13:59:31 +01:00

9 lines
127 B
Ruby

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