Skip to content

Commit 71f6c9d

Browse files
committed
fmt
1 parent 966c3e4 commit 71f6c9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

crates/matrix-sdk/src/widget/matrix.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,11 @@ impl MatrixDriver {
184184
let drop_guard_state = self.room.client().event_handler_drop_guard(handle_state);
185185

186186
// The receiver will get a combination of state and messgage like events.
187-
// The state events will come from the state section of the sync. (to always represent current resolved state)
188-
// All state events in the timeline section of the sync will not be forwarded to
189-
// the widget.
190-
// TODO annotate the events and send both timeline and state section state events.
187+
// The state events will come from the state section of the sync. (to always
188+
// represent current resolved state) All state events in the timeline
189+
// section of the sync will not be forwarded to the widget.
190+
// TODO annotate the events and send both timeline and state section state
191+
// events.
191192
EventReceiver { rx, _drop_guards: [drop_guard_msg_like, drop_guard_state] }
192193
}
193194
}

0 commit comments

Comments
 (0)