Replace assert with log in markConversationRead
This commit is contained in:

committed by
Jamie Kyle

parent
3e7e8328f7
commit
2d62569984
@@ -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}`
|
||||
);
|
||||
|
Reference in New Issue
Block a user