From cfd152addf99ee34cf825936dcdf0318c7f18639 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 4 May 2026 18:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(im)=EF=BC=9A=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=201209=20FRIEND=5FINFO=5FUPDATED=20=E6=8E=A8=E9=80=81=EF=BC=88?= =?UTF-8?q?system=20=E5=8F=91=20AdminUserProfileUpdateMessage=EF=BC=8CIM?= =?UTF-8?q?=20Consumer=20=E7=9B=91=E5=90=AC=E5=90=8E=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=8E=A8=E5=A5=BD=E5=8F=8B=E5=A4=9A=E7=AB=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/im/home/store/friendStore.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/im/home/store/friendStore.ts b/src/views/im/home/store/friendStore.ts index 0d7e33692..ca963204f 100644 --- a/src/views/im/home/store/friendStore.ts +++ b/src/views/im/home/store/friendStore.ts @@ -380,10 +380,7 @@ export const useFriendStore = defineStore('imFriendStore', { } }, - /** - * FRIEND_INFO_UPDATED(1209):好友资料变更(昵称 / 头像);重拉详情 - * TODO @AI:后端暂未实现 1209 推送;待 system 模块改昵称 / 头像时回调触发,本 dispatcher 已就绪 - */ + /** FRIEND_INFO_UPDATED(1209):好友资料变更(昵称 / 头像);重拉详情 */ applyFriendInfoUpdatedNotification(payload: FriendNotificationPayload) { if (payload.friendUserId) { this.loadFriendInfo(payload.friendUserId).catch(() => undefined)