Add support for a minimal r0/account/3pid.

This commit is contained in:
Ahmed Charles 2021-08-09 12:29:35 -07:00
parent 1cbc61c558
commit 879aeafa9e
2 changed files with 8 additions and 5 deletions

View file

@ -50,6 +50,7 @@ fn setup_rocket(config: Figment, data: Arc<RwLock<Database>>) -> rocket::Rocket<
client_server::logout_all_route,
client_server::change_password_route,
client_server::deactivate_route,
client_server::third_party_route,
client_server::get_capabilities_route,
client_server::get_pushrules_all_route,
client_server::set_pushrule_route,