Skip to content

Commit

Permalink
Update messages-recv.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Aug 16, 2024
1 parent 978b708 commit e2a75e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Socket/messages-recv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
chatJid: oldestMsgKey.remoteJid,
oldestMsgFromMe: oldestMsgKey.fromMe,
oldestMsgId: oldestMsgKey.id,
oldestMsgTimestampMs: oldestMsgTimestamp as number | Long | null | undefined,
oldestMsgTimestampMs: Number(oldestMsgTimestamp),
onDemandMsgCount: count
},
peerDataOperationRequestType: proto.Message.PeerDataOperationRequestType.HISTORY_SYNC_ON_DEMAND
Expand Down

0 comments on commit e2a75e5

Please sign in to comment.