From c2bd2ba6fc6eaa594b6242521b5f4d554bb14484 Mon Sep 17 00:00:00 2001 From: Didr Date: Sun, 17 Aug 2025 22:52:05 +0200 Subject: [PATCH] Fix renamed variable in docs for matrix-hookshot --- docs/configuring-playbook-bridge-hookshot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bridge-hookshot.md b/docs/configuring-playbook-bridge-hookshot.md index f1816ab44..210feac84 100644 --- a/docs/configuring-playbook-bridge-hookshot.md +++ b/docs/configuring-playbook-bridge-hookshot.md @@ -35,7 +35,7 @@ matrix_hookshot_enabled: true # Uncomment to enable end-to-bridge encryption. # See: https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html -# matrix_hookshot_experimental_encryption_enabled: true +# matrix_hookshot_encryption_enabled: true # Uncomment and paste the contents of GitHub app private key to enable GitHub bridge. # Alternatively, you can use one of the other methods explained below on the "Manage GitHub Private Key with aux role" section.