新增获取群聊成员列表API,优化消息记录组件以支持群聊成员信息展示,调整状态管理以防止跨联系人数据串联。

This commit is contained in:
2025-11-27 16:38:28 +08:00
parent ed4d305165
commit 10f876f2f6
5 changed files with 111 additions and 32 deletions

View File

@@ -199,8 +199,6 @@ const messageHandlers: Record<string, MessageHandler> = {
});
}
},
// 可以继续添加更多处理器...
};
//消息异步同步
const goAsyncServiceData = (message: Messages) => {