This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix broken oEmbed provider (
#2537
)
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
c25426ca47
commit
831ff60698
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/lib/provider_discovery.rb
+ 1
- 1
app/lib/provider_discovery.rb
View File
@ -1,7 +1,7 @@
# frozen_string_literal: true
class
ProviderDiscovery
<
OEmbed
::
ProviderDiscovery
include
HttpHelper
extend
HttpHelper
class
<<
self
def
discover_provider
(
url
,
options
=
{
}
)
Write
Preview
Loading…
Cancel
Save