|
|
@@ -34,9 +34,8 @@ pantalaimon: |
|
|
password: {{ matrix_bot_draupnir_pantalaimon_password | to_json }} |
|
|
password: {{ matrix_bot_draupnir_pantalaimon_password | to_json }} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
# Experimental usage of the matrix-bot-sdk rust crypto. |
|
|
|
|
|
# This can not be used with Pantalaimon. |
|
|
|
|
|
# Make sure to setup the bot as if you are not using pantalaimon for this. |
|
|
|
|
|
|
|
|
# Experimental usage of the matrix-bot-sdk Rust Crypto. This cannot be used with Pantalaimon. |
|
|
|
|
|
# Make sure to configure the bot, so that it does not use Pantalaimon for it. |
|
|
# |
|
|
# |
|
|
# Warning: At this time this is not considered production safe. |
|
|
# Warning: At this time this is not considered production safe. |
|
|
experimentalRustCrypto: {{ matrix_bot_draupnir_enable_experimental_rust_crypto | to_json }} |
|
|
experimentalRustCrypto: {{ matrix_bot_draupnir_enable_experimental_rust_crypto | to_json }} |
|
|
@@ -139,7 +138,7 @@ backgroundDelayMS: 500 |
|
|
# # This only works if a local user with enough admin permissions is present in the room. |
|
|
# # This only works if a local user with enough admin permissions is present in the room. |
|
|
# enableMakeRoomAdminCommand: false |
|
|
# enableMakeRoomAdminCommand: false |
|
|
# |
|
|
# |
|
|
# # Misc options for command handling and commands |
|
|
|
|
|
|
|
|
# Misc options for command handling and commands |
|
|
commands: |
|
|
commands: |
|
|
# Whether or not the `!draupnir` prefix is necessary to submit commands. |
|
|
# Whether or not the `!draupnir` prefix is necessary to submit commands. |
|
|
# |
|
|
# |
|
|
|