mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-06 10:41:21 +02:00
feat: add NIP-34 user grasp list rendering
because you wanted to know what it feels like: nostr:nevent1qvzqqqqqqypzqla9dawkjc4trc7dgf88trpsq2uxvhmmpkxua607nc5g6a634sv5qyd8wumn8ghj7urewfsk66ty9enxjct5dfskvtnrdakj7qgmwaehxw309a6xsetxdaex2um59ehx7um5wgcjucm0d5hsqgxwfrfg9kvh99tj6adq5v2spwm9vhnp76zljuseqcpz4nd7w9d6pg000a03
This commit is contained in:
@@ -847,6 +847,13 @@ export const EVENT_KINDS: Record<number | string, EventKind> = {
|
||||
nip: "66",
|
||||
icon: Activity,
|
||||
},
|
||||
10317: {
|
||||
kind: 10317,
|
||||
name: "Grasp List",
|
||||
description: "User grasp list",
|
||||
nip: "34",
|
||||
icon: FolderGit2,
|
||||
},
|
||||
// 10312: {
|
||||
// kind: 10312,
|
||||
// name: "Room Presence",
|
||||
|
||||
Reference in New Issue
Block a user