diff options
author | Luca Beltrame <lbeltrame@users.noreply.github.com> | 2018-06-27 15:52:11 +0200 |
---|---|---|
committer | mujx <mujx@users.noreply.github.com> | 2018-06-27 16:52:11 +0300 |
commit | 651ac95719225412e9e191f3c17f94c72ef40b85 (patch) | |
tree | db30175753b1da3f06c3784d678de794763551fa /README.md | |
parent | Send one claim request per user that includes all devices (diff) | |
download | nheko-651ac95719225412e9e191f3c17f94c72ef40b85.tar.xz |
State that encrypted attachments aren't supported (#352)
As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README.
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 90692f42..f6d77069 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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: -- E2E encryption. +- E2E encryption (text messages only: attachments are currently sent unencrypted). - User registration. - Creating, joining & leaving rooms. - Sending & receiving invites. |