mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
499beb4484
Mostly resolves #8, though attachments are still not displayed in public view
4 lines
152 B
Ruby
4 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)) }
|