发送引用的消息返回状态时没有原文

dev/chat
Lei OT 2 years ago
parent 81a112fd58
commit f50ffe8209

@ -440,7 +440,7 @@ export const parseRenderMessageItem = (msg) => {
whatsapp_msg_type: msg.type,
statusCN: msgStatusRenderMappedCN[msg?.status || 'failed'],
statusTitle: msgStatusRenderMappedCN[msg?.status || 'failed'],
...((isEmpty(msg.context) && isEmpty(msg.reaction)) || msg.context?.forwarded === true
...((isEmpty(msg.context) && isEmpty(msg.reaction)) || msg.context?.forwarded === true || isEmpty(msg.messageorigin)
? {}
: {
reply: {

Loading…
Cancel
Save