diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-25 21:50:45 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-25 21:50:45 +0300 |
commit | f02d3ee6061a4db004208acc37c057c7c58e5957 (patch) | |
tree | 5d4f09c4293129f5c471ed23197768447b0d95f8 /README.md | |
parent | Show avatars in the completion popup (diff) | |
download | nheko-f02d3ee6061a4db004208acc37c057c7c58e5957.tar.xz |
Replace std::thread with QtConcurrent
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 8c51bb88..375e893e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Specifically there is support for: - Sending & receiving invites. - Sending & receiving files and emoji (inline widgets for images, audio and file messages). - Typing notifications. +- Username auto-completion. - Message & mention notifications. - Redacting messages. - Read receipts. |