Skip to content

Commit 36471ec

Browse files
committed
chore(ffi): Remove the old latest event API.
1 parent 412d4b8 commit 36471ec

File tree

1 file changed

+0
-4
lines changed
  • bindings/matrix-sdk-ffi/src/room

1 file changed

+0
-4
lines changed

bindings/matrix-sdk-ffi/src/room/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,6 @@ impl Room {
300300
.unwrap_or(false)
301301
}
302302

303-
async fn latest_event(&self) -> Option<EventTimelineItem> {
304-
self.inner.latest_event_item().await.map(Into::into)
305-
}
306-
307303
async fn new_latest_event(&self) -> LatestEventValue {
308304
self.inner.new_latest_event().await.into()
309305
}

0 commit comments

Comments
 (0)