logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 267ed3d74b17f9f535d434ea2979521b91d08174
parent: d3704fdb09d79279c8dfde591087aa723af29891
Author: masarakki <masaki182@gmail.com>
Date:   Mon,  8 May 2017 02:00:40 +0900

raise-when-oembed-not-found (#2882)


Diffstat:

Mapp/lib/provider_discovery.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/lib/provider_discovery.rb b/app/lib/provider_discovery.rb @@ -22,6 +22,7 @@ class ProviderDiscovery < OEmbed::ProviderDiscovery format ||= :xml if provider_endpoint end + raise OEmbed::NotFound, url if provider_endpoint.nil? begin provider_endpoint = Addressable::URI.parse(provider_endpoint) provider_endpoint.query = nil