forked from fedi/mastodon
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
|