Update chat-utils.ts

This commit is contained in:
azudin
2023-12-07 23:11:07 +08:00
committed by GitHub
parent 0898c7cd76
commit d3cf789f82

View File

@@ -588,7 +588,7 @@ export const chatModificationToAppPatch = (
patch = {
syncAction: {
starAction: {
starred: !!mod.star
starred: !!mod.star.star
}
},
index: ['star', jid, key.id, key.fromMe ? '1' : '0', '0'],