From fc92ac1ebbd2e7ac7b41877604ba542694ac1103 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 26 Jan 2024 09:20:30 +0100 Subject: [PATCH] Clarify bot's E2E encryption caveat Update the README to specify that issues with file attachments primarily occur in non-encrypted rooms when the same user operates the bot in both encrypted and non-encrypted rooms. This detail aims to inform users of potential pitfalls more precisely when setting up the bot with end-to-end encryption enabled. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb9a3e..bd1250f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ to install the latest version from the Git repository. #### End-to-end encryption WARNING: Using end-to-end encryption seems to sometimes cause problems with -file attachments, even in rooms that are not encrypted. +file attachments, especially in rooms that are not encrypted, if the same +user also uses the bot in encrypted rooms. The bot itself does not implement end-to-end encryption. However, it can be used in conjunction with [pantalaimon](https://github.com/matrix-org/pantalaimon),