mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
docs(sdk): Remove outdated documentation
This commit is contained in:
committed by
Jonas Platte
parent
eb3fb6986d
commit
44d8f99bc4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user