fix(hydra): Don't serialise null room IDs in PDUs

This commit is contained in:
nexy7574 2025-09-11 17:55:10 +01:00
commit 9dc336b5e8
No known key found for this signature in database
3 changed files with 2 additions and 1 deletions

View file

@ -387,6 +387,7 @@ features = [
"unstable-msc4210", # remove legacy mentions
"unstable-extensible-events",
"unstable-pdu",
"unstable-msc4155"
]
[workspace.dependencies.rust-rocksdb]