mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 09:16:56 +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)) }
|