pub async fn count_by_actor_since(
conn: &mut PgConnection,
actor_user_id: Uuid,
action: CreditRegistrationAdminAction,
since: DateTime<Utc>,
) -> ModelResult<i64>Expand description
Backs the per-actor guard on the resend endpoints: one person’s actions of one kind in a window.