mastodon/app/views/api/v1/statuses/_media.rabl

5 lines
181 B
Text
Raw Normal View History

2016-11-03 12:28:36 +00:00
attributes :id, :remote_url, :type
2016-12-04 12:02:43 +00:00
node(:url) { |media| full_asset_url(media.file.url( :original)) }
node(:preview_url) { |media| full_asset_url(media.file.url( :small)) }