Resolve public poll invitations to tenant policy

This commit is contained in:
2026-08-04 09:29:36 +02:00
parent 5e9aa58eda
commit 3c126a7ee1
5 changed files with 53 additions and 1 deletions
@@ -19,6 +19,7 @@ from govoplan_core.core.poll_participation import (
PollParticipationContextRef,
PollParticipationGatewayProvider,
PollParticipationPolicy,
PollPublicInvitationRef,
PollResponseGatewayRef,
participation_token_fingerprint,
poll_participation_gateway_provider,
@@ -37,6 +38,7 @@ __all__ = [
"PollParticipationContextRef",
"PollParticipationGatewayProvider",
"PollParticipationPolicy",
"PollPublicInvitationRef",
"PollResponseGatewayRef",
"participation_token_fingerprint",
"poll_participation_gateway_provider",