Skip to main content

load_timeline_with_errors

Function load_timeline_with_errors 

Source
async fn load_timeline_with_errors(
    services: &Services,
    sender_user: &UserId,
    room_id: &RoomId,
    roomsincecount: PduCount,
    next_batch: Option<PduCount>,
    limit: usize,
    errors: TimelineErrors,
) -> Result<(Vec<(PduCount, PduEvent)>, bool, PduCount), Error>