diff options
author | lain <lain@soykaf.club> | 2020-05-22 16:05:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-22 16:05:35 +0000 |
commit | ddbbefeb2e30afbf86601c4eaf99b5cf00546548 (patch) | |
tree | e271de23edd79bac661898bc2e25e7c14b6a997e /docs/configuration/cheatsheet.md | |
parent | 1fa7aa9fc544e9c9b55ecc1a92d93c95eabcfa62 (diff) | |
parent | 5d60b25e690eb21ad2539a10036ba39489f62f97 (diff) | |
download | pleroma-ddbbefeb2e30afbf86601c4eaf99b5cf00546548.tar.gz |
Merge branch 'feature/configure-filename-truncate' into 'develop'
Configurable filename truncation threshold
Closes #1799
See merge request pleroma/pleroma!2573
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 e8def466e..505acb293 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -498,6 +498,7 @@ the source code is here: https://github.com/koto-bank/kocaptcha. The default end * `base_url`: The base URL to access a user-uploaded file. Useful when you want to proxy the media files via another host. * `proxy_remote`: If you're using a remote uploader, Pleroma will proxy media requests instead of redirecting to it. * `proxy_opts`: Proxy options, see `Pleroma.ReverseProxy` documentation. +* `filename_display_max_length`: Set max length of a filename to display. 0 = no limit. Default: 30. !!! warning `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`. |