From 50e8f65a7ea4ae055e812736e9d199390ae2a9d5 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 22 Nov 2018 14:30:00 +1100 Subject: [PATCH] updated doc. --- js/models/conversations.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/models/conversations.js b/js/models/conversations.js index 2db01dc45..350f15b2d 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -57,8 +57,7 @@ * between isFriend() and isKeyExchangeCompleted(). * * `isFriend` returns whether we have accepted the other user as a friend. - * - This is implicitly checked by whether we have a session - * or we have the preKeyBundle of the user. + * - This is explicilty stored as a state in the conversation * * `isKeyExchangeCompleted` return whether we know for certain * that both of our preKeyBundles have been exhanged.