diff options
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index b8c208cb4..3448e31ca 100644 --- a/config/config.exs +++ b/config/config.exs @@ -207,7 +207,7 @@ config :pleroma, :gopher, ip: {0, 0, 0, 0}, port: 9999 -config :pleroma, :metadata, providers: [] +config :pleroma, Pleroma.Web.Metadata, providers: [] config :pleroma, :suggestions, enabled: false, |