do not render reposts of badge award events in timelines (#406)
* do not render reposts of badge award events * fix var name * only render reposts of kind 1 events
This commit is contained in:
@ -8,6 +8,7 @@ enum EventKind {
|
||||
Deletion = 5, // NIP-09
|
||||
Repost = 6, // NIP-18
|
||||
Reaction = 7, // NIP-25
|
||||
BadgeAward = 8, // NIP-58
|
||||
Relays = 10002, // NIP-65
|
||||
Ephemeral = 20_000,
|
||||
Auth = 22242, // NIP-42
|
||||
|
Reference in New Issue
Block a user