mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update chat-utils.ts
This commit is contained in:
@@ -588,7 +588,7 @@ export const chatModificationToAppPatch = (
|
|||||||
patch = {
|
patch = {
|
||||||
syncAction: {
|
syncAction: {
|
||||||
starAction: {
|
starAction: {
|
||||||
starred: !!mod.star
|
starred: !!mod.star.star
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
index: ['star', jid, key.id, key.fromMe ? '1' : '0', '0'],
|
index: ['star', jid, key.id, key.fromMe ? '1' : '0', '0'],
|
||||||
|
|||||||
Reference in New Issue
Block a user