mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
raise-when-oembed-not-found (#2882)
This commit is contained in:
parent
d3704fdb09
commit
267ed3d74b
@ -22,6 +22,7 @@ class ProviderDiscovery < OEmbed::ProviderDiscovery
|
|||||||
format ||= :xml if provider_endpoint
|
format ||= :xml if provider_endpoint
|
||||||
end
|
end
|
||||||
|
|
||||||
|
raise OEmbed::NotFound, url if provider_endpoint.nil?
|
||||||
begin
|
begin
|
||||||
provider_endpoint = Addressable::URI.parse(provider_endpoint)
|
provider_endpoint = Addressable::URI.parse(provider_endpoint)
|
||||||
provider_endpoint.query = nil
|
provider_endpoint.query = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user