diff options
author | rinpatch <rinpatch@sdf.org> | 2019-01-16 17:19:01 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-01-16 17:19:01 +0300 |
commit | 76f80940da3979871923d647c95d7693b1c01fd5 (patch) | |
tree | 7f962a96ff945429ad8a1f43fd40de96b5233e61 | |
parent | 82cf9b97510acb261c805f098043471d9a588e2b (diff) | |
download | pleroma-76f80940da3979871923d647c95d7693b1c01fd5.tar.gz |
oops
-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, |