halloy
halloy copied to clipboard
Missing `file_transfer.enabled` option in the documentation
I found a missing option in the documentation, but I'm not sure when I can add it:
https://halloy.chat/configuration/file-transfer/
[file_transfer]
enabled = true
And a few questions, without the code review:
- Does it completely disable all related features, including sockets?
- Does the proxy configuration 'wraps' this feature if enabled?
If you enabled = false it drops right here: https://github.com/squidowl/halloy/blob/main/src/screen/dashboard.rs#L3030-L3037
The file-transfer option is in unstable, which means it will be pushed to official docs on next release: https://halloy.netlify.app/configuration/file-transfer/index.html#enabled. Thanks.