更新文档

This commit is contained in:
xuncha
2026-04-20 23:12:08 +08:00
parent 0ba1067123
commit 898d2c7f29
3 changed files with 4 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ interface MessagePushPayload {
sourceName: string
groupName?: string
content: string | null
eventId: string
timestamp: number
}
@@ -331,7 +330,6 @@ class MessagePushService {
groupName,
sourceName,
content,
eventId: messageKey,
timestamp: createTime
}
}
@@ -346,7 +344,6 @@ class MessagePushService {
avatarUrl,
sourceName: session.displayName || contactInfo?.displayName || sessionId,
content,
eventId: messageKey,
timestamp: createTime
}
}