mark sending ruma matrix version as 1_11
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user