timeout for each contact in get_contacts

This commit is contained in:
Florent de Lamotte
2025-10-22 10:21:07 +02:00
parent 8f0be09f9a
commit d619423078
5 changed files with 77 additions and 41 deletions

View File

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