add destination to X-Matrix Authorization outbound requests
we were already validating this for inbound requests Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a6cf5cfd8b
commit
fa0bdd431b
2 changed files with 3 additions and 3 deletions
|
@ -729,8 +729,9 @@ where
|
|||
http_request.headers_mut().insert(
|
||||
AUTHORIZATION,
|
||||
HeaderValue::from_str(&format!(
|
||||
"X-Matrix origin={},key=\"{}\",sig=\"{}\"",
|
||||
services().globals.server_name(),
|
||||
"X-Matrix origin=\"{}\",destination=\"{}\",key=\"{}\",sig=\"{}\"",
|
||||
services().globals.config.server_name,
|
||||
dest,
|
||||
s.0,
|
||||
s.1
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue