less warnings
This commit is contained in:
parent
5173d0deb5
commit
665aee11c0
2 changed files with 3 additions and 39 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue