mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-27 04:32:42 +00:00
4 lines
219 B
Ruby
4 lines
219 B
Ruby
attributes :id, :remote_url, :type
|
|
|
|
node(:url) { |media| full_asset_url(media.file.expiring_url(s3_expiry, :original)) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.expiring_url(s3_expiry, :small)) }
|