1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #5349 from RinkiyaKeDad/comments

docs: added comment explanation
This commit is contained in:
Travis Ralston
2020-10-26 08:48:39 -06:00
committed by GitHub

View File

@@ -109,7 +109,8 @@ export enum Views {
// flow to setup SSSS / cross-signing on this account // flow to setup SSSS / cross-signing on this account
E2E_SETUP = 7, 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, LOGGED_IN = 8,
// We are logged out (invalid token) but have our local state again. The user // We are logged out (invalid token) but have our local state again. The user