mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 00:46:12 +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)) }
|