1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-14 14:49:01 +09:00
YuruToot/app/views/api/v1/statuses/show.rabl

9 lines
129 B
Plaintext
Raw Normal View History

object @status
2016-11-03 21:28:36 +09:00
cache @status
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