drop redaction calculated hash log to debug_info
this is normal redactions. no valid reason this needs to be warn as it just causes confusion. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
dc9fe657d5
commit
5215fbe695
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ impl Service {
|
|||
},
|
||||
Ok(ruma::signatures::Verified::Signatures) => {
|
||||
// Redact
|
||||
warn!("Calculated hash does not match: {}", event_id);
|
||||
debug_info!("Calculated hash does not match (redaction): {event_id}");
|
||||
let Ok(obj) = ruma::canonical_json::redact(value, &room_version_id, None) else {
|
||||
return Err(Error::BadRequest(ErrorKind::InvalidParam, "Redaction failed"));
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue