perf: WhatsApp消息, 显示title

dev/emitter
Lei OT 10 months ago
parent 6a3d32dfda
commit d0f96892da

@ -113,7 +113,7 @@ const BubbleIM = ({ handlePreview, handleContactClick, setNewChatModalVisible, s
? {
// styles: { backgroundColor: '#ccd4ae' },
notchStyle: { fill: '#ccd4ae' }, // todo: channel[WhatsApp] color '#d9fdd3'
title: <><ChannelLogo channel={message.msg_source} />&nbsp;{message.wabaName}</>,
title: <><ChannelLogo channel={message.msg_source} />&nbsp;{message.wabaName}&nbsp;-&nbsp;{message.title}</>,
}
: {
// title: <>&nbsp;<ChannelLogo channel={message.msg_source} />&nbsp;{message.title}</>,

Loading…
Cancel
Save