We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f6c9d commit 43efc6aCopy full SHA for 43efc6a
crates/matrix-sdk/src/widget/matrix.rs
@@ -183,7 +183,7 @@ impl MatrixDriver {
183
});
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.
+ // 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
189
// section of the sync will not be forwarded to the widget.
0 commit comments