Use timeline element (Deletions and reactions)

This commit is contained in:
2023-01-04 13:23:05 +00:00
parent 75cf4dedf0
commit b8a6ad3f0c
11 changed files with 101 additions and 32 deletions

View File

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