diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2024-10-26 10:04:23 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2024-10-26 10:04:23 -0400 |
| commit | 01e98c75abc548bcd674526494cfc8ec0c7912ed (patch) | |
| tree | 2f2a19373d1724935396404d3397d456085a719d /.config/example.yml | |
| parent | fix unit tests (diff) | |
| download | sharkey-01e98c75abc548bcd674526494cfc8ec0c7912ed.tar.gz sharkey-01e98c75abc548bcd674526494cfc8ec0c7912ed.tar.bz2 sharkey-01e98c75abc548bcd674526494cfc8ec0c7912ed.zip | |
add separate limits for CW length
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 8794a25ffb..0062b6670c 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -265,6 +265,10 @@ id: 'aidx' #maxNoteLength: 3000 # Amount of characters that will be saved for remote notes. Longer notes will be truncated to this length. (minimum: 1) #maxRemoteNoteLength: 100000 +# Amount of characters that can be used when writing content warnings. Longer warnings will be rejected. (minimum: 1) +#maxCwLength: 500 +# Amount of characters that will be saved for remote content warnings. Longer warnings will be truncated to this length. (minimum: 1) +#maxRemoteCwLength: 5000 # Amount of characters that can be used when writing media descriptions (alt text). Longer descriptions will be rejected. (minimum: 1) #maxAltTextLength: 20000 # Amount of characters that will be saved for remote media descriptions (alt text). Longer descriptions will be truncated to this length. (minimum: 1) |