fix(hydra): Own it

This commit is contained in:
nexy7574
2025-09-11 21:58:30 +01:00
parent a35f009d41
commit 4ed19a1630
+1 -1
View File
@@ -196,7 +196,7 @@ async fn get_auth_chain_inner(
},
| Ok(pdu) => {
if let Some(claimed_room_id) = pdu.room_id.clone() {
if claimed_room_id != *room_id {
if claimed_room_id != room_id.to_owned() {
return Err!(Request(Forbidden(error!(
?event_id,
?room_id,