Return 403 to 3pid token routes to signal not implemented

This commit is contained in:
James Blachly 2022-10-25 20:47:41 +00:00 committed by Timo Kösters
parent cb2b5beea8
commit 3bc0a1924b
2 changed files with 33 additions and 2 deletions

View file

@ -217,6 +217,8 @@ fn routes() -> Router {
.ruma_route(client_server::change_password_route)
.ruma_route(client_server::deactivate_route)
.ruma_route(client_server::third_party_route)
.ruma_route(client_server::request_3pid_management_token_via_email_route)
.ruma_route(client_server::request_3pid_management_token_via_msisdn_route)
.ruma_route(client_server::get_capabilities_route)
.ruma_route(client_server::get_pushrules_all_route)
.ruma_route(client_server::set_pushrule_route)