Skip to content

Commit

Permalink
Update crates/matrix-sdk/src/widget/matrix.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Ceriu <[email protected]>
Signed-off-by: Timo <[email protected]>
  • Loading branch information
toger5 and stefanceriu authored Nov 14, 2024
1 parent 43efc6a commit ee7c80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/src/widget/matrix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ impl MatrixDriver {
let drop_guard_state = self.room.client().event_handler_drop_guard(handle_state);

// The receiver will get a combination of state and message like events.
// The state events will come from the state section of the sync. (to always
// represent current resolved state) All state events in the timeline
// The state events will come from the state section of the sync (to always
// represent current resolved state). All state events in the timeline
// section of the sync will not be forwarded to the widget.
// TODO annotate the events and send both timeline and state section state
// events.
Expand Down

0 comments on commit ee7c80c

Please sign in to comment.