feat(desktop): IM 系统增强——好友/通知/撤回/已读/群聊#220
Merged
Merged
Conversation
从 dev/trump 提取(原 PR #194 #200,commit beb97b8, 42c71b8)。 useIMChat: +645 lines — friend requests, notifications, recall, read receipts, group/private session creation, interface gap detection IMView: +196 lines — action panels, loading/error/empty states IMContactList: +151 lines — group creation, Hub contact picker IMMessageView: +52 lines — recall button, read status IMMessageInput: async callback support Co-Authored-By: Xavier-Trump <2933243959@qq.com>
DeliciousBuding
added a commit
that referenced
this pull request
May 27, 2026
DeliciousBuding
added a commit
that referenced
this pull request
May 27, 2026
PR #220 IM 增强引入的类型缺口修复: - IMMessage: +recalled/read/readBy/readAt/actionError/clientMsgId - IMContact: +dissolved/statusHint/unreadCount - Session: +session_id/unread_count/archived/member_count/last_message_at - HubNotification: 新增接口 Co-Authored-By: Claude <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
来源
从
dev/trump分支(Xavier-Trump)提取的 IM 系统增强。原 PR: #194 feat(desktop): 接通桌面聊天闭环, #200 feat(desktop): 收口IM操作与状态契约
变更
useIMChat.tsIMView.tsxIMContactList.tsxIMMessageView.tsxIMMessageInput.tsx审查结论
Trump 的 IM 系统比 dev 当前版本更完整(useIMChat 907 vs 262 行),加了 10+ Hub IM 功能。
纯增量改动——未删除 dev 现有代码。
Co-Authored-By: Xavier-Trump 2933243959@qq.com