diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 21:00:40 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 21:00:40 +0100 |
commit | dec23500d8988c22a99f049ef1d1e49328ba075a (patch) | |
tree | a6e16c5fa60b02058b1ebd985f20ac8f0f4ffa5b /docs | |
parent | ab3089d6a718d4a70b0d702307d41e64e17bc505 (diff) | |
parent | dfde2622d0c14195392e306fadc7c729c68da273 (diff) | |
download | pleroma-dec23500d8988c22a99f049ef1d1e49328ba075a.tar.gz |
Resolve merge conflict
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 728916f82..0aeaf934e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -63,6 +63,7 @@ config :pleroma, Pleroma.Mailer, * `email`: Email used to reach an Administrator/Moderator of the instance * `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance`` * `limit`: Posts character limit (CW/Subject included in the counter) +* `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 * `background_upload_limit`: File size limit of user’s profile backgrounds |