Simplify Pdu Hashes struct.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-08 11:55:52 +00:00
parent 3ea8c82ef0
commit 190269f616
6 changed files with 19 additions and 12 deletions

View File

@@ -458,7 +458,7 @@ async fn handle_left_room(
depth: uint!(1),
auth_events: vec![],
redacts: None,
hashes: EventHash { sha256: String::new() },
hashes: EventHash::default(),
signatures: None,
};