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

Commit b10a6a5

Browse files
authored
Merge pull request #5349 from RinkiyaKeDad/comments
docs: added comment explanation
2 parents 646ed4c + e57f4fb commit b10a6a5

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)