|
|
|
@ -494,7 +494,8 @@ export const parseRenderMessageList = (messages, conversationid = null) => {
|
|
|
|
|
statusTitle: msgStatusRenderMappedCN[msgContent?.status || 'failed'],
|
|
|
|
|
}
|
|
|
|
|
: {}),
|
|
|
|
|
...((isEmpty(msg.messageorigin_AsJOSN) && isEmpty(msgContent.context))
|
|
|
|
|
...((isEmpty(msg.messageorigin_AsJOSN) && (isEmpty(msgContent.context) || msgContent.context?.forwarded === true))
|
|
|
|
|
// ...((isEmpty(msg.context) && isEmpty(msg.reaction)) || msg.context?.forwarded === true || isEmpty(msg.messageorigin)
|
|
|
|
|
// ...((isEmpty(msg.messageorigin_AsJOSN) || isEmpty(msgContent.context))
|
|
|
|
|
? {}
|
|
|
|
|
: {
|
|
|
|
|