Sync update: 2026-05-19 23:27:14
This commit is contained in:
@@ -178,7 +178,8 @@ async function formatChat(chat) {
|
||||
body: chat.lastMessage.body || '',
|
||||
timestamp: chat.lastMessage.timestamp || Math.floor(Date.now() / 1000),
|
||||
fromMe: chat.lastMessage.fromMe || false,
|
||||
hasMedia: chat.lastMessage.hasMedia || false
|
||||
hasMedia: chat.lastMessage.hasMedia || false,
|
||||
ack: chat.lastMessage.ack || 0
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user