add reposts to content discovery, noogle: show likes/disklies

This commit is contained in:
Believethehype
2024-04-11 10:05:49 +02:00
parent d4499b63ec
commit 06b64f9a48
5 changed files with 108 additions and 10 deletions

View File

@@ -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)