chore: remove unused senderName field from reaction type

Baileys reaction events don't include push names, so this field
was dead interface pollution. (Cursor review)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nick Sullivan 2026-01-29 12:43:09 -06:00
parent 734a7a476d
commit 273f3ca260

View File

@ -57,8 +57,6 @@ export type WebInboundReaction = {
senderJid?: string;
/** E.164 of the person who reacted. */
senderE164?: string;
/** Push name of the person who reacted. */
senderName?: string;
/** Whether the reacted message was sent by us. */
reactedToFromMe?: boolean;
timestamp?: number;