mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:13:47 +08:00
Oneboxes shouldn't explode when the remote causes an HTTPError
This commit is contained in:
parent
921c3f016f
commit
702fbcdfa8
|
@ -50,6 +50,8 @@ module Oneboxer
|
|||
end
|
||||
end
|
||||
|
||||
nil
|
||||
rescue OpenURI::HTTPError
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user