Skip to content

Commit 0095912

Browse files
committed
doc(ui): Update the documentation to be in-sync with the code.
1 parent e6774a3 commit 0095912

File tree

1 file changed

+4
-2
lines changed
  • crates/matrix-sdk-ui/src/room_list_service

1 file changed

+4
-2
lines changed

crates/matrix-sdk-ui/src/room_list_service/state.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ pub enum State {
3333
/// At this state, the first rooms have been synced.
3434
SettingUp,
3535

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
36+
/// At this state, the system is recovering from `Error` or `Terminated`, or
37+
/// 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
3840
/// are then slightly different.
3941
Recovering,
4042

0 commit comments

Comments
 (0)