mirror of https://github.com/tootsuite/mastodon
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
![]() |
object @media
|
||
![]() |
attribute :id, :type
|
||
![]() |
node(:url) { |media| full_asset_url(media.file.url) }
|
||
![]() |
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|
||
![]() |
node(:text_url) { |media| medium_url(media) }
|