autoadd_config

This commit is contained in:
Florent
2026-02-02 13:18:44 -04:00
parent 3b46986dfa
commit d57162375a
4 changed files with 18 additions and 0 deletions

View File

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