Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 75568932cc9aff35fb678f98003de2e0465f18cd Author: Wohlstand <admin@wohlnet.ru> Date: Fri Dec 19 18:50:43 2025 +0000 Documented new-added feature diff --git a/docs/protocols/discord/settings.md b/docs/protocols/discord/settings.md index 0ee7076..20ec831 100644 --- a/docs/protocols/discord/settings.md +++ b/docs/protocols/discord/settings.md @@ -826 +8223 @@ Show `#xxxx` discriminator with `UseUserName`   UseDiscriminator=true   ```   +## AlwaysDownloadFiles + +Any uploads will be always downloaded as files and re-uploaded to the destination +gateway or the mediaproxy if enabled instead of forwarding URLs to Discord's CDNs. +By default, any file uploads from Discord gets forwarded as a list URLs to the +Discord CDN. + +Use this if direct use of Discord CDN leads inconveniences or just unavailable +directly due to various reasons. + +- Setting: **OPTIONAL**, **RELOADABLE** +- Format: *boolean* +- Example: + ```toml + AlwaysDownloadFiles=true + ``` +  ## WebhookURL    Specify WebhookURL. If given, will relay messages using the Webhook, which