1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

5 lines
179 B
Ruby

attributes :id, :remote_url, :type
node(:url) { |media| full_asset_url(media.file.url(:original)) }
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }