add more event kinds

This commit is contained in:
jeffthibault
2022-07-20 16:00:34 -04:00
parent a069739435
commit 2a39c9d524

View File

@@ -8,6 +8,8 @@ class EventKind(IntEnum):
SET_METADATA = 0
TEXT_NOTE = 1
RECOMMEND_RELAY = 2
CONTACTS = 3
ENCRYPTED_DIRECT_MESSAGE = 4
DELETE = 5
class Event():