Skip to content

Commit 834ae9c

Browse files
author
Chris Bobbe
committed
redux types [nfc]: Document state.session.loading with a comment.
1 parent 32a4766 commit 834ae9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/session/sessionReducer.js

+8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ export type SessionState = {|
3737
isActive: boolean,
3838
isHydrated: boolean,
3939
lastNarrow: ?Narrow,
40+
41+
/**
42+
* Whether the /register request is in progress.
43+
*
44+
* This happens on startup, or on re-init following a dead event
45+
* queue after 10 minutes of inactivity.
46+
*/
4047
loading: boolean,
48+
4149
needsInitialFetch: boolean,
4250
orientation: Orientation,
4351
outboxSending: boolean,

0 commit comments

Comments
 (0)