Replace assert with log in markConversationRead
This commit is contained in:
parent
3e7e8328f7
commit
2d62569984
1 changed files with 1 additions and 2 deletions
|
@ -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}`
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue