fix: 优化群聊展示与群日报生成

This commit is contained in:
电摇小子
2026-07-14 10:19:40 +08:00
committed by 电摇小子
parent 267730d59e
commit e8c12696b2
6 changed files with 206 additions and 70 deletions
+1
View File
@@ -38,6 +38,7 @@ declare global {
key: string
) => Promise<boolean | { success: boolean; error?: string; monitoring?: boolean }>
getContacts: (filter?: string) => Promise<Contact[]>
getContactAvatars: (usernames: string[]) => Promise<Record<string, string>>
getMessages: (userMd5: string, startTime?: number, endTime?: number) => Promise<Message[]>
getGroupSnapshot: (userMd5: string) => Promise<{
roomId: string