diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-19 22:53:22 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-19 22:53:22 +0300 |
commit | 961c880d557ca8ce7d9fac145ff14e0cd41ae981 (patch) | |
tree | 442fb65fede19a13653a4522c4f02fe99c31f12e /README.md | |
parent | Mark encrypted rooms when processing room state (diff) | |
download | nheko-961c880d557ca8ce7d9fac145ff14e0cd41ae981.tar.xz |
Handle olm & lmdb exceptions during message decryption
fixes #345
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4812cf22..28707389 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IR Most of the features you would expect from a chat application are missing right now but we are getting close to a more feature complete client. Specifically there is support for: -- E2EE encryption. +- E2E encryption. - User registration. - Creating, joining & leaving rooms. - Sending & receiving invites. |