We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8883c commit 966c3e4Copy full SHA for 966c3e4
crates/matrix-sdk/src/widget/matrix.rs
@@ -184,7 +184,7 @@ impl MatrixDriver {
184
let drop_guard_state = self.room.client().event_handler_drop_guard(handle_state);
185
186
// 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.
+ // 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.
0 commit comments