mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-26 04:02:42 +00:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
object @status
|
|
cache false
|
|
|
|
extends 'api/v1/statuses/_show'
|
|
|
|
child :reblog => :reblog do
|
|
extends 'api/v1/statuses/_show'
|
|
end
|