Replace assert with log in markConversationRead

This commit is contained in:
Fedor Indutny 2023-08-17 20:49:45 +02:00 committed by Jamie Kyle
parent 3e7e8328f7
commit 2d62569984

View file

@ -124,8 +124,7 @@ export async function markConversationRead(
} }
if (!isAciString(senderAci)) { if (!isAciString(senderAci)) {
assertDev( log.warn(
false,
`${logId}: message sourceServiceId timestamp is not aci` + `${logId}: message sourceServiceId timestamp is not aci` +
`type=${messageSyncData.type}` `type=${messageSyncData.type}`
); );