mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
FEATURE: use original filename when clicking the download link in the lightbox
This commit is contained in:
@ -23,6 +23,9 @@ module FileStore
|
||||
def relative_base_url
|
||||
end
|
||||
|
||||
def download_url(upload)
|
||||
end
|
||||
|
||||
def external?
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user