feat(im):实现 1209 FRIEND_INFO_UPDATED 推送(system 发 AdminUserProfileUpdateMessage,IM Consumer 监听后批量推好友多端)

im
YunaiV 2026-05-04 18:24:08 +08:00
parent 7618d58a66
commit cfd152addf
1 changed files with 1 additions and 4 deletions

View File

@ -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)