mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-24 01:14:24 +01:00
add reposts to content discovery, noogle: show likes/disklies
This commit is contained in:
@@ -7,6 +7,7 @@ from nostr_sdk import Event, Kind
|
||||
class EventDefinitions:
|
||||
KIND_NOTE = Kind(1)
|
||||
KIND_DM = Kind(4)
|
||||
KIND_REPOST = Kind(6)
|
||||
KIND_REACTION = Kind(7)
|
||||
KIND_ZAP = Kind(9735)
|
||||
KIND_ANNOUNCEMENT = Kind(31990)
|
||||
|
||||
Reference in New Issue
Block a user