mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: store the topic links using the cooked upload url
This commit is contained in:
@@ -46,7 +46,7 @@ class InlineOneboxer
|
||||
if always_allow || domains
|
||||
uri = begin
|
||||
URI(url)
|
||||
rescue URI::InvalidURIError
|
||||
rescue URI::Error
|
||||
end
|
||||
|
||||
if uri.present? &&
|
||||
|
Reference in New Issue
Block a user