File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ElementX/Sources/Services/Timeline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ enum TimelineProxyError: Error {
37
37
case failedPaginatingEndReached
38
38
}
39
39
40
- /// ElementX proxies generally wrap the counterpart RustSDK objects while providing platform specific
41
- /// interfaces. In this case it composes methods for interacting a room's timeline with the
42
- /// ``TimelineItemProviderProtocol`` which offers a reactive interface to timeline changes.
40
+ /// Element X proxies generally wrap the counterpart RustSDK objects while providing platform specific
41
+ /// interfaces. In this case it composes methods for interacting with a room's timeline and should be used alongside
42
+ /// the ``TimelineItemProviderProtocol`` which offers a reactive interface to timeline changes.
43
43
protocol TimelineProxyProtocol {
44
44
var timelineItemProvider : TimelineItemProviderProtocol { get }
45
45
You can’t perform that action at this time.
0 commit comments