f27ca27d5f
Filter out undefined/empty pubkeys when extracting reply-to authors from event p tags. Some events have malformed p tags without a pubkey value, causing nip19.npubEncode to throw 'hex string expected, got undefined'. Added filtering in both NoteCard (source) and ReplyContext (defensive guard).