mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-26 16:51:24 +02:00
add new event kinds.
This commit is contained in:
parent
7de8bcd2d0
commit
fb3972b725
@ -28,6 +28,13 @@ const (
|
|||||||
KindContactList int = 3
|
KindContactList int = 3
|
||||||
KindEncryptedDirectMessage int = 4
|
KindEncryptedDirectMessage int = 4
|
||||||
KindDeletion int = 5
|
KindDeletion int = 5
|
||||||
|
KindBoost int = 6
|
||||||
|
KindReaction int = 7
|
||||||
|
KindChannelCreation int = 40
|
||||||
|
KindChannelMetadata int = 41
|
||||||
|
KindChannelMessage int = 42
|
||||||
|
KindChannelHideMessage int = 43
|
||||||
|
KindChannelMuteUser int = 44
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetID serializes and returns the event ID as a string
|
// GetID serializes and returns the event ID as a string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user