Skip to main content

purge_stream

Function purge_stream 

Source
async fn purge_stream<S>(
    context: &Context<'_>,
    rooms: S,
    dry_run: bool,
) -> Result<usize>
where S: Stream<Item = OwnedRoomId> + Send,
Expand description

Lists (dry run) or deletes each matched room, returning the count.