mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 03:26:56 +01:00
13 lines
239 B
Ruby
13 lines
239 B
Ruby
object false
|
|
|
|
node :ancestors do
|
|
@ancestors.map do |status|
|
|
partial('api/v1/statuses/show', object: status)
|
|
end
|
|
end
|
|
|
|
node :descendants do
|
|
@descendants.map do |status|
|
|
partial('api/v1/statuses/show', object: status)
|
|
end
|
|
end
|