mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 15:07:10 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user