Bump ruma to 649d683f3f5b8f4f7eb1e728443e4baf25cfebca (stateres refactor #1)

The only change to the internal interface for this one is removing the
current_third_party_invite argument from state_res::auth_check. Ruma now
fetches the event using the fetch_state closure. This is convenient for
us, because we previously didn't bother to implement it.
This commit is contained in:
Olivia Lee 2025-07-13 21:46:25 -07:00 committed by Jonas Platte
parent d283da51c6
commit 98dee6ad49
No known key found for this signature in database
GPG key ID: 7D261D771D915378
5 changed files with 20 additions and 30 deletions

View file

@ -1041,8 +1041,6 @@ async fn join_room_by_id_helper(
Error::UnsupportedRoomVersion(room_version_id.clone())
})?,
&parsed_join_pdu,
// TODO: third party invite
None::<PduEvent>,
|k, s| {
services()
.rooms