From 312d46917cedc5454bd76f436f84b6729800054b Mon Sep 17 00:00:00 2001 From: Arsh Sharma Date: Wed, 21 Oct 2020 20:10:35 +0530 Subject: [PATCH 1/2] docs: added comment explanation --- src/components/structures/MatrixChat.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index f7665fea8a..f88aee0e0b 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -109,7 +109,8 @@ export enum Views { // flow to setup SSSS / cross-signing on this account E2E_SETUP = 7, - // we are logged in with an active matrix client. + // we are logged in with an active matrix client. The logged_in state also + //includes guests users as they too are logged in at the client level. LOGGED_IN = 8, // We are logged out (invalid token) but have our local state again. The user From e57f4fbd543bbc8d58661ce20676d0ec2b214ba4 Mon Sep 17 00:00:00 2001 From: Arsh Sharma Date: Wed, 21 Oct 2020 20:13:50 +0530 Subject: [PATCH 2/2] docs: fixed whitespace --- src/components/structures/MatrixChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index f88aee0e0b..21c7674f6e 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -110,7 +110,7 @@ export enum Views { E2E_SETUP = 7, // we are logged in with an active matrix client. The logged_in state also - //includes guests users as they too are logged in at the client level. + // includes guests users as they too are logged in at the client level. LOGGED_IN = 8, // We are logged out (invalid token) but have our local state again. The user