fox more event logging

This commit is contained in:
2025-05-30 21:19:48 +02:00
parent f7853f96ed
commit 50f7e115d6
8 changed files with 63 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ class EventType(Enum):
CONVERSATION_DELETE = 'conversation_delete'
CONVERSATION_MEMBER_ADD = 'conversation_member_add'
CONVERSATION_MEMBER_REMOVE = 'conversation_member_remove'
CONVERSATION_OPEN = 'conversation_open'
# Message events
MESSAGE_CREATE = 'message_create'