Merge branch '3pid_403_next' into 'next'
Return 403 to 3pid token routes to signal not implemented See merge request famedly/conduit!375
This commit is contained in:
commit
876fdf480d
2 changed files with 33 additions and 2 deletions
|
@ -223,6 +223,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue