diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 21:25:26 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 21:25:26 +0300 |
commit | 95e6a2acd9b18356e942172aa416d42031e8a17f (patch) | |
tree | d5093f04fc555435f022c9b3b1f7ce6e945f0199 /docs | |
parent | 3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d (diff) | |
parent | af5fef1f228a1781d7d9cad490d3b3a783389f5e (diff) | |
download | pleroma-95e6a2acd9b18356e942172aa416d42031e8a17f.tar.gz |
Merge branch 'develop' into issue/1342
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 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. |