From 18541d20fe2f5249181e2545b59f4c5023ce981e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=AD=A6=E5=86=9B?= Date: Thu, 7 Jan 2021 09:42:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=81=8A=E5=A4=A9=E6=9C=AA=E8=AF=BB?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=95=B0=E9=87=8F):=20=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E8=87=AA=E5=B7=B1=E5=8F=91=E9=80=81=E7=9A=84=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=BA=94=E8=AF=A5=E8=AE=B0=E6=88=90=E6=9C=AA?= =?UTF-8?q?=E8=AF=BB=E6=B6=88=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1017707 --user=田学军 【手机端】【沟通】浏览会话历史消息时,发送语音,显示”X条新消息“ https://www.tapd.cn/23787791/s/1079334 --- standard/component/DetailListView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/standard/component/DetailListView.tsx b/standard/component/DetailListView.tsx index 1f41ded..2c50e69 100644 --- a/standard/component/DetailListView.tsx +++ b/standard/component/DetailListView.tsx @@ -189,8 +189,7 @@ export default class extends React.PureComponent { && cur.from && me == cur.from && cur.data - && cur.data.isSystem - && cur.data.isSystem != true) { + && (!(cur.data.isSystem && cur.data.isSystem == true))) { hasFromMe = true; } if (cur.data.isSystem && cur.data.isSystem == true) {