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