aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-12-04 12:51:06 +0100
committerlain <lain@soykaf.club>2019-12-04 12:51:06 +0100
commit9487995e8b2172bd720d17d639d5d782d38a45a2 (patch)
tree7df7ee97d90563e525f3085739d7e1bf5f4d1ad2
parent21353a8ee900fc5b48d7de5168f0b81e7b15dc97 (diff)
downloadpleroma-9487995e8b2172bd720d17d639d5d782d38a45a2.tar.gz
Cheat Sheet: Addg chat_limit information.
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index dc2f55229..ef2711e3c 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -12,6 +12,7 @@ You shouldn't edit the base config directly to avoid breakages and merge conflic
* `notify_email`: Email used for notifications.
* `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance``.
* `limit`: Posts character limit (CW/Subject included in the counter).
+* `chat_limit`: Character limit of the instance chat messages.
* `remote_limit`: Hard character limit beyond which remote posts will be dropped.
* `upload_limit`: File size limit of uploads (except for avatar, background, banner).
* `avatar_upload_limit`: File size limit of user’s profile avatars.