diff options
author | 2025-08-08 23:24:28 +0100 | |
---|---|---|
committer | 2025-08-08 23:24:28 +0100 | |
commit | c29a08ec347967eded18d9254f28df71e69d8329 (patch) | |
tree | 88b728dc0c8ea246490ed12878ad9430112845d1 /backend/constants.py | |
parent | KUTIEKAT ALWAYS LINTS BEFORE PUSHING (diff) |
Add UNIQUE_RESPONDER form feature
Diffstat (limited to 'backend/constants.py')
-rw-r--r-- | backend/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/constants.py b/backend/constants.py index 1e55cd2..17f08b9 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -83,6 +83,7 @@ class FormFeatures(Enum): DISABLE_ANTISPAM = "DISABLE_ANTISPAM" WEBHOOK_ENABLED = "WEBHOOK_ENABLED" ASSIGN_ROLE = "ASSIGN_ROLE" + UNIQUE_RESPONDER = "UNIQUE_RESPONDER" class WebHook(Enum): |