Skip to content

Commit f10bb84

Browse files
committed
oopsy
1 parent 7f80ed0 commit f10bb84

File tree

1 file changed

+1
-1
lines changed
  • bindings/matrix-sdk-ffi/src/timeline

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl Timeline {
187187
///
188188
/// Returns whether we hit the end of the timeline or not.
189189
pub async fn paginate_forwards(&self, num_events: u16) -> Result<bool, ClientError> {
190-
Ok(self.inner.focused_paginate_backwards(num_events).await?)
190+
Ok(self.inner.focused_paginate_forwards(num_events).await?)
191191
}
192192

193193
pub fn send_read_receipt(

0 commit comments

Comments
 (0)