mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-08 15:06:55 +01:00
5 lines
168 B
Text
5 lines
168 B
Text
|
attributes :id, :remote_url, :type
|
||
|
|
||
|
node(:url) { |media| full_asset_url(media.file.url) }
|
||
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|