From dee8af96a7a01b8d7a8693332ae6f4c13f857cb5 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 4 Jul 2022 13:59:13 -0400 Subject: [PATCH] Fix typo Signed-off-by: David Florness --- content/client-server-api/modules/end_to_end_encryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index c7db35aa1..8875e57af 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1220,7 +1220,7 @@ replace it with the new key based on the key metadata as follows: keep the key that has `is_verified` set to `true`; - if they have the same values for `is_verified`, then it will keep the key with a lower `first_message_index`; -- and finally, is `is_verified` and `first_message_index` are equal, +- and finally, if `is_verified` and `first_message_index` are equal, then it will keep the key with a lower `forwarded_count`. ###### Recovery key