1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

less warnings

This commit is contained in:
Timo Kösters 2021-08-11 21:17:01 +02:00 committed by Jonas Zohren
parent 201de77db4
commit 8696e627b0
2 changed files with 3 additions and 39 deletions

View file

@ -721,7 +721,8 @@ pub async fn send_transaction_message_route(
&db.globals,
)?;
} else {
warn!("No known event ids in read receipt: {:?}", user_updates);
// TODO fetch missing events
debug!("No known event ids in read receipt: {:?}", user_updates);
}
}
}