logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: a32483f224ff1659350bc6e114aa4ba2bcb340a5
parent: 473b0d9f3d500fae6e7afb3884d4872d7033e6fc
Author: feld <feld@feld.me>
Date:   Wed,  6 May 2020 14:42:55 +0000

Merge branch 'docs/chat-in-cheatsheet' into 'develop'

Add :chat to cheatsheet

See merge request pleroma/pleroma!2480

Diffstat:

Mdocs/configuration/cheatsheet.md4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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.