diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 19:52:46 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 19:52:46 +0300 |
commit | 5876a9cb79e53f932d63e457610852031669a222 (patch) | |
tree | 6ff7335e9ddd5cfbce1e33ca075265c6f31b8b61 /docs | |
parent | 3c3bba0b7c65187b3270ef3402442cf870a55198 (diff) | |
parent | af5fef1f228a1781d7d9cad490d3b3a783389f5e (diff) | |
download | pleroma-5876a9cb79e53f932d63e457610852031669a222.tar.gz |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 78f161644..25945aaa4 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. |