From fb8c7542bd2c8e129356efabccd12ef193681c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6sters?= Date: Sun, 29 Aug 2021 12:37:05 +0200 Subject: [PATCH] fix: cross signing is stable --- src/client_server/keys.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client_server/keys.rs b/src/client_server/keys.rs index 08157372..4386260c 100644 --- a/src/client_server/keys.rs +++ b/src/client_server/keys.rs @@ -113,7 +113,7 @@ pub async fn claim_keys_route( #[cfg_attr( feature = "conduit_bin", - post("/_matrix/client/unstable/keys/device_signing/upload", data = "") + post("/_matrix/client/r0/keys/device_signing/upload", data = "") )] #[tracing::instrument(skip(db, body))] pub async fn upload_signing_keys_route( @@ -174,7 +174,7 @@ pub async fn upload_signing_keys_route( #[cfg_attr( feature = "conduit_bin", - post("/_matrix/client/unstable/keys/signatures/upload", data = "") + post("/_matrix/client/r0/keys/signatures/upload", data = "") )] #[tracing::instrument(skip(db, body))] pub async fn upload_signatures_route(