support manual add contact

This commit is contained in:
Florent
2025-07-11 09:17:52 +02:00
parent 29ce8ec6d6
commit 0e54a624f1
3 changed files with 11 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ class EventType(Enum):
DEVICE_INFO = "device_info"
CLI_RESPONSE = "cli_response"
MSG_SENT = "message_sent"
NEW_CONTACT = "new_contact"
# Push notifications
ADVERTISEMENT = "advertisement"