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

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".
This commit is contained in:
Claude
2026-01-21 15:47:58 +00:00
parent adf8a62954
commit c9af984766

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",