mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 06:43:42 +01:00
4 lines
168 B
Ruby
4 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)) }
|