feat: Support advertising a policy server public key in well-known

# Conflicts:
#	src/api/client/well_known.rs
#	src/core/config/mod.rs
This commit is contained in:
timedout
2026-04-28 15:59:44 +01:00
parent 47051af392
commit 5f9cc83b18
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -183,6 +183,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.ruma_route(&client::put_suspended_status)
.ruma_route(&client::well_known_support)
.ruma_route(&client::well_known_client)
.ruma_route(&client::well_known_policy_server)
.ruma_route(&client::get_rtc_transports)
.ruma_route(&client::room_initial_sync_route)
.route("/_conduwuit/server_version", get(client::conduwuit_server_version))