diff --git a/nostr/event.py b/nostr/event.py index 657a936..d79aaa0 100644 --- a/nostr/event.py +++ b/nostr/event.py @@ -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():