mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-03 03:46:51 -05:00
5 lines
152 B
Ruby
5 lines
152 B
Ruby
object @media
|
|
attribute :id
|
|
node(:url) { |media| full_asset_url(media.file.url) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|