aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-06 17:36:08 +0200
committerlain <lain@soykaf.club>2020-05-06 17:36:08 +0200
commit1748e2694815da20689005110937ea42cd554d70 (patch)
treea869f3fb48840f9b7f318d8e498024cb8d7ba277 /docs/configuration
parentfc9d0b6eec1b206a27f4ec19f7939b3318a209ef (diff)
parenta32483f224ff1659350bc6e114aa4ba2bcb340a5 (diff)
downloadpleroma-1748e2694815da20689005110937ea42cd554d70.tar.gz
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 705c4c15e..2524918d4 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -8,6 +8,10 @@ For from source installations Pleroma configuration works by first importing the
To add configuration to your config file, you can copy it from the base config. The latest version of it can be viewed [here](https://git.pleroma.social/pleroma/pleroma/blob/develop/config/config.exs). You can also use this file if you don't know how an option is supposed to be formatted.
+## :chat
+
+* `enabled` - Enables the backend chat. Defaults to `true`.
+
## :instance
* `name`: The instance’s name.
* `email`: Email used to reach an Administrator/Moderator of the instance.