pub(crate) async fn get_latest_by_rfc724_mids(
    context: &Context,
    mids: &[String]
) -> Result<Option<Message>>
Expand description

Given a list of Message-IDs, returns the latest message found in the database.

Only messages that are not in the trash chat are considered.