From 6d5c3ae484ccc2b8e550e1f0001ac65fc4931249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Bitard?= Date: Fri, 13 Jan 2023 16:49:58 +0100 Subject: [PATCH] Fix typo (#1732) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e75cd7e14..eac23bab7d 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ What is already implemented: We plan to add soon: -1. Message queue rotation. Currently the queues created between two users are used until the contact is deleted, providing a long-term pairwise identifiers of the conversation. We are planning to add queue rotation to make these identifiers termporary and rotate based on some schedule TBC (e.g., every X messages, or every X hours/days). +1. Message queue rotation. Currently the queues created between two users are used until the contact is deleted, providing a long-term pairwise identifiers of the conversation. We are planning to add queue rotation to make these identifiers temporary and rotate based on some schedule TBC (e.g., every X messages, or every X hours/days). 2. Local files encryption. Currently the images and files you send and receive are stored in the app unencrypted, you can delete them via `Settings / Database passphrase & export`. 3. Message "mixing" - adding latency to message delivery, to protect against traffic correlation by message time.