mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
499beb4484
Mostly resolves #8, though attachments are still not displayed in public view
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)) }
|