Skip to main content

get_recent_deliveries_for_user

Function get_recent_deliveries_for_user 

Source
pub async fn get_recent_deliveries_for_user(
    conn: &mut PgConnection,
    user_id: Uuid,
    limit: i64,
) -> ModelResult<Vec<UserEmailDeliverySummary>>
Expand description

A user’s most recent email deliveries, newest first, for support tooling.