Add support for a minimal r0/account/3pid
.
This commit is contained in:
parent
1cbc61c558
commit
879aeafa9e
2 changed files with 8 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue