fix: rare state races
This commit is contained in:
parent
2cf6fd57b7
commit
df16b2ba98
2 changed files with 19 additions and 12 deletions
|
@ -95,7 +95,7 @@ where
|
|||
ruma::signatures::sign_json(
|
||||
globals.server_name().as_str(),
|
||||
globals.keypair(),
|
||||
&mut request_json,
|
||||
dbg!(&mut request_json),
|
||||
)
|
||||
.expect("our request json is what ruma expects");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue