From eb591fbacca21245c7800ce74f94c029c25f784d Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Mon, 30 Aug 2021 19:39:02 -0600 Subject: [PATCH] Add extra notes about e2ee to make sure it's obvious we are still working on it --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 510e830..b2b4dfa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Matrix chat server client for [Node-RED](https://nodered.org/) The following is supported from this package: -- End-to-end encryption supported +- End-to-end encryption + - [Currently a WIP](#end-to-end-encryption-notes) - Receive events from a room (messages, reactions, images, and files) whether encrypted or not - Send Images/Files (sending files to e2ee room doesn't currently encrypt them yet) - Decrypt files in e2ee rooms