docs: added comment explanation

pull/21833/head
Arsh Sharma 2020-10-21 20:10:35 +05:30
parent fa1a956733
commit 312d46917c
1 changed files with 2 additions and 1 deletions

View File

@ -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