From dd75c702db01c94be6afffe5f0f0ca50d9caca21 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 5 May 2026 00:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(im)=EF=BC=9A=E5=88=A0=E5=A5=BD?= =?UTF-8?q?=E5=8F=8B=E3=80=8C=E5=90=8C=E6=97=B6=E6=B8=85=E7=A9=BA=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E8=AE=B0=E5=BD=95=E3=80=8D=E5=BC=B9=E7=AA=97=20+=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E3=80=8C=E5=AF=B9=E6=96=B9=E8=BF=98=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E4=BD=A0=E7=9A=84=E6=9C=8B=E5=8F=8B=E3=80=8D=E8=83=B6?= =?UTF-8?q?=E5=9B=8A=EF=BC=88=E7=82=B9=E5=87=BB=E5=BC=B9=20UserInfoCard?= =?UTF-8?q?=EF=BC=89+=20fetchFriends=20=E4=B8=8D=E5=8A=A8=20DISABLE=20?= =?UTF-8?q?=E5=B0=8A=E9=87=8D=E7=94=A8=E6=88=B7=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/conversation/components/message/MessagePanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/im/home/pages/conversation/components/message/MessagePanel.vue b/src/views/im/home/pages/conversation/components/message/MessagePanel.vue index dc7f07702..eca2eed4d 100644 --- a/src/views/im/home/pages/conversation/components/message/MessagePanel.vue +++ b/src/views/im/home/pages/conversation/components/message/MessagePanel.vue @@ -63,7 +63,7 @@ :group-id="conversationStore.activeConversation.targetId" @locate="handleLocate" /> - +
@@ -192,7 +192,7 @@ const isGroup = computed( () => conversationStore.activeConversation?.type === ImConversationType.GROUP ) -/** 私聊会话且对端不是有效好友(删了 / 被删了),顶部展示「对方还不是你的朋友」黄色横幅 */ +/** 私聊会话且对端不是有效好友(本端 friend 记录缺失或 DISABLE);单边删除语义下「被对方删除」不触发本端横幅 */ const showNotFriendBanner = computed(() => { const conversation = conversationStore.activeConversation if (!conversation || conversation.type !== ImConversationType.PRIVATE) {