From f6a9cbd305807519f74cafb33ba71dc3e38a6f82 Mon Sep 17 00:00:00 2001 From: sim0n00ps Date: Tue, 2 Dec 2025 00:00:36 +0000 Subject: [PATCH] Update docs/config/all-configuration-options.md --- docs/config/all-configuration-options.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/config/all-configuration-options.md b/docs/config/all-configuration-options.md index 60583a6..6769362 100644 --- a/docs/config/all-configuration-options.md +++ b/docs/config/all-configuration-options.md @@ -516,3 +516,23 @@ Allowed values: Any positive integer or `-1` Description: You won't need to set this, but if you see errors about the configured timeout of 100 seconds elapsing then you could set this to be more than 100. It is recommended that you leave this as the default value. + +## DisableTextSanitization + +Type: `boolean` + +Default: `false` + +Allowed values: `true`, `false` + +Description: When enabled, post/message text is stored as-is without XML stripping. + +## DownloadVideoResolution + +Type: `string` + +Default: `"source"` + +Allowed values: `"source"`, `"240"`, `"720"` + +Description: This allows you to download videos in alternative resolutions, by default videos are downloaded in source resolution but some people prefer smoother videos at a lower resolution. \ No newline at end of file