mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-13 18:41:06 +01:00
fix: send correct bearer token to appservices
This commit is contained in:
parent
caa841c434
commit
db6def8800
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ where
|
|||
let mut http_request = request
|
||||
.try_into_http_request::<BytesMut>(
|
||||
destination,
|
||||
SendAccessToken::IfRequired(""),
|
||||
SendAccessToken::IfRequired(hs_token),
|
||||
&[MatrixVersion::V1_0],
|
||||
)
|
||||
.unwrap()
|
||||
|
|
Loading…
Reference in a new issue