mark sending ruma matrix version as 1_11
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fb49e37067
commit
1157140657
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl super::Service {
|
||||||
where
|
where
|
||||||
T: OutgoingRequest + Debug + Send,
|
T: OutgoingRequest + Debug + Send,
|
||||||
{
|
{
|
||||||
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_5];
|
const VERSIONS: [MatrixVersion; 1] = [MatrixVersion::V1_11];
|
||||||
const SATIR: SendAccessToken<'_> = SendAccessToken::IfRequired(EMPTY);
|
const SATIR: SendAccessToken<'_> = SendAccessToken::IfRequired(EMPTY);
|
||||||
|
|
||||||
trace!("Preparing request");
|
trace!("Preparing request");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue