async fn handle_ndn(
    context: &Context,
    failed: &DeliveryReport,
    error: Option<String>
) -> Result<()>
Expand description

Marks a message as failed after an ndn (non-delivery-notification) arrived. Where appropriate, also adds an info message telling the user which of the recipients of a group message failed.