docs for RelMe provider
This commit is contained in:
Alexander Strizhakov 2019-04-19 07:50:21 +00:00 committed by lambda
commit ada384207b
6 changed files with 38 additions and 3 deletions

View file

@ -337,7 +337,9 @@ config :pleroma, :gopher,
ip: {0, 0, 0, 0},
port: 9999
config :pleroma, Pleroma.Web.Metadata, providers: [], unfurl_nsfw: false
config :pleroma, Pleroma.Web.Metadata,
providers: [Pleroma.Web.Metadata.Providers.RelMe],
unfurl_nsfw: false
config :pleroma, :suggestions,
enabled: false,