Repost init

This commit is contained in:
2023-01-08 17:33:54 +00:00
parent bfc25f6ce1
commit c01e0ca457
6 changed files with 30 additions and 11 deletions

View File

@ -5,7 +5,8 @@ const EventKind = {
RecommendServer: 2,
ContactList: 3, // NIP-02
DirectMessage: 4, // NIP-04
Deletion: 5,
Deletion: 5, // NIP-09
Repost: 6, // NIP-18
Reaction: 7 // NIP-25
};