feat: add readable names for wiki list kinds (10101, 10102) (#186)

Add EVENT_KINDS entries for kind 10101 (Wiki Authors) and kind 10102
(Wiki Relays) so getKindName() returns human-readable names instead
of fallback "Kind 10101" / "Kind 10102".

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Alejandro
2026-01-21 16:59:53 +01:00
committed by GitHub
parent adf8a62954
commit c955bf8eb0

View File

@@ -843,6 +843,20 @@ export const EVENT_KINDS: Record<number | string, EventKind> = {
nip: "96",
icon: Cloud,
},
10101: {
kind: 10101,
name: "Wiki Authors",
description: "Good wiki authors",
nip: "54",
icon: Users,
},
10102: {
kind: 10102,
name: "Wiki Relays",
description: "Good wiki relays",
nip: "54",
icon: Radio,
},
10166: {
kind: 10166,
name: "Relay Monitor",