mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-07 15:35:06 +00:00
5 lines
138 B
Ruby
5 lines
138 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
require_relative '../../app/lib/provider_discovery'
|
||
|
OEmbed::Providers.register_fallback(ProviderDiscovery)
|