mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:56:36 +02:00
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
Reference in a new issue