summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJakub Kubík <jakub.kubik.it@protonmail.com>2022-04-10 14:56:43 +0200
committerJakub Kubík <jakub.kubik.it@protonmail.com>2022-04-10 14:56:43 +0200
commit729d66aa11180b56b8802191852529fda9354c36 (patch)
treec2ee13caa3c5389ba128ab8ce360d9269026b85e /src/main.rs
parent6e106b573232effc8e245321af5c5353c5550729 (diff)
downloadconduit-729d66aa11180b56b8802191852529fda9354c36.zip
feat: register missing add_backup_keys route
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 67ec82e..9a0928a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -226,6 +226,7 @@ fn routes() -> Router {
.ruma_route(client_server::delete_backup_version_route)
.ruma_route(client_server::get_latest_backup_info_route)
.ruma_route(client_server::get_backup_info_route)
+ .ruma_route(client_server::add_backup_keys_route)
.ruma_route(client_server::add_backup_keys_for_room_route)
.ruma_route(client_server::add_backup_keys_for_session_route)
.ruma_route(client_server::delete_backup_keys_for_room_route)