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.
ffi::Timeline::latest_event_id
1 parent 5f996f7 commit 385f7aaCopy full SHA for 385f7aa
bindings/matrix-sdk-ffi/src/timeline/mod.rs
@@ -365,7 +365,7 @@ impl Timeline {
365
Ok(())
366
}
367
368
- /// Returns the [`EventId`] of the latest event in the timeline.
+ /// Returns the latest [`EventId`] in the timeline.
369
pub async fn latest_event_id(&self) -> Option<String> {
370
self.inner.latest_event_id().await.as_deref().map(ToString::to_string)
371
0 commit comments