mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 09:48:06 +01:00
13 lines
232 B
Ruby
13 lines
232 B
Ruby
object @search
|
|
|
|
child :accounts, object_root: false do
|
|
extends 'api/v1/accounts/show'
|
|
end
|
|
|
|
node(:hashtags) do |search|
|
|
search.hashtags.map(&:name)
|
|
end
|
|
|
|
child :statuses, object_root: false do
|
|
extends 'api/v1/statuses/show'
|
|
end
|