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 7d67b90 commit 948012dCopy full SHA for 948012d
crates/matrix-sdk-ui/src/timeline/controller/mod.rs
@@ -160,7 +160,8 @@ pub(super) struct TimelineController<P: RoomDataProvider = Room> {
160
161
/// A [`RoomDataProvider`] implementation, providing data.
162
///
163
- /// In the real world, this is just a [`Room`].
+ /// The type is a `RoomDataProvider` to allow testing. In the real world,
164
+ /// this would normally be a [`Room`].
165
pub(crate) room_data_provider: P,
166
167
/// Settings applied to this timeline.
0 commit comments