mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-20 05:44:01 +00:00
5 lines
219 B
Ruby
5 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)) }
|