mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
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:
parent
d283da51c6
commit
98dee6ad49
5 changed files with 20 additions and 30 deletions
|
|
@ -145,7 +145,7 @@ xdg = "2.5.2"
|
|||
|
||||
[dependencies.ruma]
|
||||
git = "https://github.com/ruma/ruma.git"
|
||||
rev = "1387667de806c37a6d7f72125117009bd618e32a"
|
||||
rev = "649d683f3f5b8f4f7eb1e728443e4baf25cfebca"
|
||||
features = [
|
||||
"compat-server-signing-key-version",
|
||||
"compat-empty-string-null",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue