diff --git a/src/web/inbound/types.ts b/src/web/inbound/types.ts index 63c03b2b0..eea9905bd 100644 --- a/src/web/inbound/types.ts +++ b/src/web/inbound/types.ts @@ -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;