feat: render polls

This commit is contained in:
2023-04-05 16:10:14 +01:00
parent 92dac6a699
commit bbc7e443df
9 changed files with 154 additions and 4 deletions

View File

@ -9,6 +9,7 @@ enum EventKind {
Repost = 6, // NIP-18
Reaction = 7, // NIP-25
BadgeAward = 8, // NIP-58
Polls = 6969, // NIP-69
Relays = 10002, // NIP-65
Ephemeral = 20_000,
Auth = 22242, // NIP-42