Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 312d469

Browse files
committed
docs: added comment explanation
1 parent fa1a956 commit 312d469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/structures/MatrixChat.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ export enum Views {
109109
// flow to setup SSSS / cross-signing on this account
110110
E2E_SETUP = 7,
111111

112-
// we are logged in with an active matrix client.
112+
// we are logged in with an active matrix client. The logged_in state also
113+
//includes guests users as they too are logged in at the client level.
113114
LOGGED_IN = 8,
114115

115116
// We are logged out (invalid token) but have our local state again. The user

0 commit comments

Comments
 (0)