From 4830ecafa468e60e0e7490fc47980bcd30b60385 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 19 Jan 2025 17:03:56 +0900 Subject: [PATCH] Update docs/configuring-playbook-bot-draupnir.md: add the section for instruction to disable Pantalaimon for Draupnir The latest version of the document for v1.x.x is available at a4f9bdebcdc0b9b5c98977eac00beb57a4ffc088. Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-draupnir.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-draupnir.md b/docs/configuring-playbook-bot-draupnir.md index 25e132629..262526db6 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -26,7 +26,13 @@ Decide whether you want to support having an encrypted management room or not. D Refer to Draupnir's [documentation](https://the-draupnir-project.github.io/draupnir-documentation/moderator/managing-protected-rooms#protecting-encrypted-rooms) for more details about why you might want to care about encryption support for protected rooms. -**Note**: since v2.0.0 Draupnir does not support running with Pantalaimon as it would break all workflows that involve answering prompts with reactions. +### Disable Pantalaimon for Draupnir (since v2.0.0) + +**Since v2.0.0 Draupnir does not support running with Pantalaimon** as it would break all workflows that involve answering prompts with reactions. If you are updating Draupnir from v1.x.x, you'd need to disable Pantalaimon for Draupnir to enable E2EE support. + +To do so, remove the configuration `matrix_bot_draupnir_pantalaimon_use: true` from your `vars.yml` file. + +Since the bot user for E2EE is managed by Draupnir directly, it is safe to remove `matrix_bot_draupnir_pantalaimon_username` and `matrix_bot_draupnir_pantalaimon_password` variables. If you do not use Pantalaimon for other components, it is also safe to remove `matrix_pantalaimon_enabled: true` too. ### Native E2EE support