mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: image uploads now have short urls
Shorten all image uploads to use short urls, this is the client side implementation.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
class UploadSerializer < ApplicationSerializer
|
||||
|
||||
attributes :id, :url, :original_filename, :filesize, :width, :height
|
||||
|
||||
attributes :id,
|
||||
:url,
|
||||
:original_filename,
|
||||
:filesize,
|
||||
:width,
|
||||
:height,
|
||||
:extension,
|
||||
:short_url,
|
||||
:retain_hours
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user