From f206aa8f0fabe9f03fd6248f71b5a16312720328 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 29 Dec 2023 20:30:46 +0100 Subject: [PATCH] Warn against using E2E encryption due to bugs Updated README to caution users about the current issues with end-to-end encryption, specifically that it can disrupt file uploads and downloads. The aim is to prevent user frustration and potential data loss until a fix is implemented. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 56d1961..f7e094e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ to install the latest version from the Git repository. #### End-to-end encryption +WARNING: Using end-to-end encryption is currently not recommended, as it is +seems to break file up- and downloads. + 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), which is actually installed as a dependency of the bot.