diff options
author | eal <eal@waifu.club> | 2018-02-01 19:23:26 +0200 |
---|---|---|
committer | eal <eal@waifu.club> | 2018-02-03 13:42:37 +0200 |
commit | f0745148a3126e3bc621170791a55713e929c682 (patch) | |
tree | d94175057d1a0cdd91e8077e1bbff54a628f5808 /config | |
parent | 15cb3f2b01dfd914fa414174602ad03b41dfa768 (diff) | |
download | pleroma-f0745148a3126e3bc621170791a55713e929c682.tar.gz pleroma-f0745148a3126e3bc621170791a55713e929c682.zip |
Add config option for enabling/disabling chat.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index e71d5e5a0..01109b30f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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" |