implement advert_path

This commit is contained in:
Florent
2026-03-07 17:42:41 -04:00
parent 0769afa475
commit 462c4311d3
5 changed files with 24 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class EventType(Enum):
NEW_CONTACT = "new_contact"
NEXT_CONTACT = "next_contact"
AUTOADD_CONFIG = "autoadd_config"
ADVERT_PATH = "advert_path"
# Push notifications
ADVERTISEMENT = "advertisement"