File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/matrix-sdk/src/widget Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments