mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-23 15:00:41 +08:00
feat: 对话列表支持排序和筛选
This commit is contained in:
@@ -174,6 +174,7 @@ export function getAllSessions(): any[] {
|
||||
groupAvatar: meta.group_avatar || null,
|
||||
ownerId: meta.owner_id || null,
|
||||
memberAvatar, // 私聊对方头像
|
||||
lastMessageTs: overview?.lastMessageTs ?? null,
|
||||
summaryCount,
|
||||
aiConversationCount: 0, // 将在 IPC 层由主进程填充
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user