Files
grimoire/src
Alejandro 45e68bbdad fix: use addressPointer for zapping addressable events (#181)
When zapping addressable events (like spellbook kind 30777), the zapEvent
function was passing an AddressPointer as eventPointer. This caused an error
because ZapWindow expects eventPointer to have an `id` property, while
AddressPointer has `kind`, `pubkey`, `identifier`.

Fixed by:
- Always passing eventPointer with the event's id for the e-tag
- Additionally passing addressPointer for addressable events for the a-tag

Co-authored-by: Claude <noreply@anthropic.com>
2026-01-21 09:58:37 +01:00
..
2026-01-20 17:28:57 +01:00
2026-01-20 17:28:57 +01:00
2026-01-14 19:24:37 +01:00
2026-01-19 16:47:12 +01:00
2026-01-16 18:47:16 +01:00
👶
2025-12-09 16:26:31 +01:00