Update chats.ts

This commit is contained in:
azudin
2023-12-07 23:51:22 +08:00
committed by GitHub
parent 92dec36781
commit 6f81ce9527

View File

@@ -783,7 +783,7 @@ export const makeChatsSocket = (config: SocketConfig) => {
const star = (jid: string, messages: { id: string; fromMe?: boolean }[], star: boolean) => {
return chatModify({
star: {
message,
messages,
star
}
}, jid);