File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
crates/matrix-sdk/src/widget Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,11 @@ 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 messgage like events.
187- // 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.
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.
190+ // TODO annotate the events and send both timeline and state section state
191+ // events.
191192 EventReceiver { rx, _drop_guards : [ drop_guard_msg_like, drop_guard_state] }
192193 }
193194}
You can’t perform that action at this time.
0 commit comments