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)) {
assertDev(
false,
log.warn(
`${logId}: message sourceServiceId timestamp is not aci` +
`type=${messageSyncData.type}`
);