mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 03:07:51 +02:00
Update docs/configuring-playbook-bot-draupnir.md: fix the condition for commenting out matrix_bot_draupnir_login_native
Because enabling the native E2EE support requires the clean access token obtained with curl, which is supposed to be specified to "matrix_bot_draupnir_access_token", setting "matrix_bot_draupnir_enable_experimental_rust_crypto" to true means that "matrix_bot_draupnir_access_token" is also specified. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
@ -64,7 +64,7 @@ matrix_bot_draupnir_management_room: "MANAGEMENT_ROOM_ID_HERE"
|
|||||||
# Comment out this part if creating the user on your own and setting `matrix_bot_draupnir_access_token` for logging in.
|
# Comment out this part if creating the user on your own and setting `matrix_bot_draupnir_access_token` for logging in.
|
||||||
matrix_bot_draupnir_password: PASSWORD_FOR_THE_BOT
|
matrix_bot_draupnir_password: PASSWORD_FOR_THE_BOT
|
||||||
|
|
||||||
# Comment out this part if setting `matrix_bot_draupnir_enable_experimental_rust_crypto: true` or `matrix_bot_draupnir_access_token` for logging in.
|
# Comment out this part if setting `matrix_bot_draupnir_enable_experimental_rust_crypto: true` and `matrix_bot_draupnir_access_token` for logging in.
|
||||||
matrix_bot_draupnir_login_native: true
|
matrix_bot_draupnir_login_native: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user