1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/api/v1/statuses/_media.rabl

5 lines
209 B
Text
Raw Normal View History

2016-11-03 05:28:36 -07:00
attributes :id, :remote_url, :type
node(:url) { |media| full_asset_url(media.file.expiring_url(3600, :original)) }
node(:preview_url) { |media| full_asset_url(media.file.expiring_url(3600, :small)) }