We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6774a3 commit 0095912Copy full SHA for 0095912
crates/matrix-sdk-ui/src/room_list_service/state.rs
@@ -33,8 +33,10 @@ pub enum State {
33
/// At this state, the first rooms have been synced.
34
SettingUp,
35
36
- /// At this state, the system is recovering from `Error` or `Terminated`.
37
- /// It's similar to `SettingUp` but some lists may already exist, actions
+ /// At this state, the system is recovering from `Error` or `Terminated`, or
+ /// the time between the last sync was too long (see
38
+ /// `StateMachine::state_lifespan` to learn more). It's similar to
39
+ /// `SettingUp` but some lists may already exist, actions
40
/// are then slightly different.
41
Recovering,
42
0 commit comments