feat: set MSC4373 values

This commit is contained in:
Kierre
2025-10-24 15:33:16 -04:00
parent a3592bd3b7
commit d133b6c0c3
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -226,6 +226,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.ruma_route(&server::well_known_server)
.ruma_route(&server::get_content_route)
.ruma_route(&server::get_content_thumbnail_route)
.ruma_route(&server::get_edutypes_route)
.route("/_conduwuit/local_user_count", get(client::conduwuit_local_user_count))
.route("/_continuwuity/local_user_count", get(client::conduwuit_local_user_count));
} else {