mirror of
https://github.com/funamitech/mastodon
synced 2024-12-13 22:29:07 +09:00
9 lines
129 B
Ruby
9 lines
129 B
Ruby
object @status
|
|
cache @status
|
|
|
|
extends 'api/v1/statuses/_show'
|
|
|
|
child :reblog => :reblog do
|
|
extends 'api/v1/statuses/_show'
|
|
end
|