mirror of
https://github.com/funamitech/mastodon
synced 2024-12-14 14:49:01 +09:00
5 lines
168 B
Ruby
5 lines
168 B
Ruby
attributes :id, :remote_url, :type
|
|
|
|
node(:url) { |media| full_asset_url(media.file.url) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|