less warnings

This commit is contained in:
Timo Kösters 2021-08-11 21:17:01 +02:00
parent 5173d0deb5
commit 665aee11c0
No known key found for this signature in database
GPG key ID: 356E705610F626D5
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);
}
}
}