Fix Rust Crypto variables being partially missed in Rename

This commit is contained in:
Catalan Lover
2025-03-14 10:22:18 +01:00
committed by Slavi Pantaleev
parent 0b39528ae3
commit 808d0202c7
3 changed files with 6 additions and 6 deletions

View File

@ -71,7 +71,7 @@ matrix_bot_draupnir_pantalaimon_breakage_ignore: false
# Tells the bot if it should use its native E2EE support in the form of experimental Rust Crypto in the bot SDK.
# This option is mutually exclusive with `matrix_bot_draupnir_pantalaimon_use`.
# Rust Crypto requires a clean access token that has not touched E2EE so curl is recommended as a method to obtain it.
matrix_bot_draupnir_enable_experimental_rust_crypto: false
matrix_bot_draupnir_config_experimentalRustCrypto: false # noqa var-naming
# The access token for the bot user. Required if Pantalaimon is NOT used.
# (Otherwise provide `matrix_bot_draupnir_pantalaimon_username` and `matrix_bot_draupnir_pantalaimon_password` instead.)