瀏覽代碼

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>
pull/3966/head
Suguru Hirahara 1 年之前
父節點
當前提交
5e2586a27e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/configuring-playbook-bot-draupnir.md

+ 1
- 1
docs/configuring-playbook-bot-draupnir.md 查看文件

@@ -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.
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
```



Loading…
取消
儲存