add kind5 "deletion".

This commit is contained in:
fiatjaf
2022-01-01 14:14:59 -03:00
parent 18ed9cd418
commit 8c17ac4d77

View File

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