mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 22:06:27 +01:00
update to rust-nostr 0.33
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user