Add config option for enabling/disabling chat.

This commit is contained in:
eal 2018-02-01 19:23:26 +02:00
commit f0745148a3
4 changed files with 14 additions and 3 deletions

View file

@ -56,6 +56,9 @@ config :pleroma, :media_proxy,
redirect_on_failure: true
#base_url: "https://cache.pleroma.social"
config :pleroma, :chat,
enabled: true
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env}.exs"