Skip to main content

queue_pending_deletion

Function queue_pending_deletion 

Source
async fn queue_pending_deletion(
    pending_deletions: &Setting<Vec<SendId>>,
    send_id: SendId,
)
Expand description

Add send_id to the pending-deletion queue if not already present. Setting errors are swallowed so the caller still receives the original delete error unchanged.