diff --git a/crates/ruma-state-res/src/event_auth.rs b/crates/ruma-state-res/src/event_auth.rs index 0bcea39c..c4106c77 100644 --- a/crates/ruma-state-res/src/event_auth.rs +++ b/crates/ruma-state-res/src/event_auth.rs @@ -235,7 +235,7 @@ where sender, sender_member_event.as_deref(), incoming_event.content(), - prev_event.as_deref(), + prev_event, current_third_party_invite, power_levels_event.as_deref(), fetch_state(&EventType::RoomJoinRules, "").as_deref(),