Skip to content

Commit ee7c80c

Browse files
toger5stefanceriu
andauthored
Update crates/matrix-sdk/src/widget/matrix.rs
Co-authored-by: Stefan Ceriu <[email protected]> Signed-off-by: Timo <[email protected]>
1 parent 43efc6a commit ee7c80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ 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 message like 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
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
189189
// section of the sync will not be forwarded to the widget.
190190
// TODO annotate the events and send both timeline and state section state
191191
// events.

0 commit comments

Comments
 (0)