We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a4766 commit 834ae9cCopy full SHA for 834ae9c
src/session/sessionReducer.js
@@ -37,7 +37,15 @@ export type SessionState = {|
37
isActive: boolean,
38
isHydrated: boolean,
39
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
+ */
47
loading: boolean,
48
49
needsInitialFetch: boolean,
50
orientation: Orientation,
51
outboxSending: boolean,
0 commit comments