docs(sdk): Remove outdated documentation

This commit is contained in:
Jonas Platte
2023-02-17 09:25:46 +01:00
committed by Jonas Platte
parent eb3fb6986d
commit 44d8f99bc4

View File

@@ -96,14 +96,6 @@ impl Timeline {
}
/// Add more events to the start of the timeline.
///
/// # Arguments
///
/// * `initial_pagination_size`: The number of events to fetch from the
/// server in the first pagination request. The server may choose return
/// fewer events, for example because the supplied number is too big or
/// the beginning of the visible timeline was reached.
/// * `
#[instrument(skip_all, fields(initial_pagination_size, room_id = ?self.room().room_id()))]
pub async fn paginate_backwards(&self, mut opts: PaginationOptions<'_>) -> Result<()> {
let mut start_lock = self.start_token.lock().await;