From b182ada3dfee868255cb89dd6c0fb66ce89dc3e6 Mon Sep 17 00:00:00 2001
From: Konstantinos Sideris <sideris.konstantin@gmail.com>
Date: Sat, 21 Jul 2018 21:07:55 +0300
Subject: [PATCH] Add note about e2ee

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index d204fe9f8..ff1c01500 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,11 @@ nheko
 The motivation behind the project is to provide a native desktop app for [Matrix] that
 feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IRC client.
 
+### Note regarding End-to-End encryption
+
+Currently the implementation is at best a **proof of concept** and it should only be used for
+testing purposes.
+
 ## Features
 
 Most of the features you would expect from a chat application are missing right now
-- 
GitLab