Skip to content

Commit 43efc6a

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 71f6c9d commit 43efc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl MatrixDriver {
183183
});
184184
let drop_guard_state = self.room.client().event_handler_drop_guard(handle_state);
185185

186-
// The receiver will get a combination of state and messgage like events.
186+
// The receiver will get a combination of state and message like events.
187187
// The state events will come from the state section of the sync. (to always
188188
// represent current resolved state) All state events in the timeline
189189
// section of the sync will not be forwarded to the widget.

0 commit comments

Comments
 (0)