mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +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)
|