mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
6 lines
218 B
Ruby
6 lines
218 B
Ruby
object @media
|
|
attribute :id, :type
|
|
node(:url) { |media| full_asset_url(media.file.url( :original)) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.url( :small)) }
|
|
node(:text_url) { |media| medium_url(media) }
|