mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 00:43:15 +00:00
9 lines
127 B
Ruby
9 lines
127 B
Ruby
object @status
|
|
cache false
|
|
|
|
extends 'api/v1/statuses/_show'
|
|
|
|
child :reblog => :reblog do
|
|
extends 'api/v1/statuses/_show'
|
|
end
|