update to rust-nostr 0.33

This commit is contained in:
Believethehype
2024-07-16 23:27:15 +02:00
parent 614e385989
commit 35b40dca11
9 changed files with 20 additions and 17 deletions

View File

@@ -5,7 +5,9 @@ from nostr_sdk import Event, Kind
class EventDefinitions:
KIND_PROFILE = Kind(0)
KIND_NOTE = Kind(1)
KIND_FOLLOW_LIST = Kind(3)
KIND_DM = Kind(4)
KIND_REPOST = Kind(6)
KIND_REACTION = Kind(7)