diff options
author | Egor <egor@kislitsyn.com> | 2019-02-20 16:51:25 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-02-20 16:51:25 +0000 |
commit | bff9eb5ef7ad446376f68807d4e51db5f2de9515 (patch) | |
tree | d1c2525ccfbee6e8e468e77611e46c7797e12d71 /docs | |
parent | 77fb926afa53a6d156729b1dd1613e1fed0c7910 (diff) | |
download | pleroma-bff9eb5ef7ad446376f68807d4e51db5f2de9515.tar.gz |
Reports
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 6647549a2..14723b727 100644 --- a/docs/config.md +++ b/docs/config.md @@ -100,6 +100,7 @@ config :pleroma, Pleroma.Mailer, * `no_attachment_links`: Set to true to disable automatically adding attachment link text to statuses * `welcome_message`: A message that will be send to a newly registered users as a direct message. * `welcome_user_nickname`: The nickname of the local user that sends the welcome message. +* `max_report_size`: The maximum size of the report comment (Default: `1000`) ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog |