mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-09-29 21:32:31 +02:00
add kind5 "deletion".
This commit is contained in:
@@ -18,6 +18,7 @@ const (
|
|||||||
KindRecommendServer int = 2
|
KindRecommendServer int = 2
|
||||||
KindContactList int = 3
|
KindContactList int = 3
|
||||||
KindEncryptedDirectMessage int = 4
|
KindEncryptedDirectMessage int = 4
|
||||||
|
KindDeletion int = 5
|
||||||
)
|
)
|
||||||
|
|
||||||
type Event struct {
|
type Event struct {
|
||||||
|
Reference in New Issue
Block a user