From 02bee2e898b842156e96c403db06fc2d027b59e7 Mon Sep 17 00:00:00 2001 From: renegadespork Date: Thu, 6 Aug 2026 15:34:46 -0700 Subject: [PATCH] docs: Reference latest version of matrix spec --- conduwuit-example.toml | 2 +- src/core/config/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 1f319b9d6..eabed0fe5 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -1327,7 +1327,7 @@ # You should only change this if you have configured your own push gateway # that requires a different path. # -# For more information on Push Gateways: https://spec.matrix.org/v1.9/push-gateway-api/ +# For more information on Push Gateways: https://spec.matrix.org/latest/push-gateway-api/ # #notification_push_path = "/_matrix/push/v1/notify" diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 9bce1aa4f..0591e881a 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -1574,7 +1574,7 @@ pub struct Config { /// You should only change this if you have configured your own push gateway /// that requires a different path. /// - /// For more information on Push Gateways: https://spec.matrix.org/v1.9/push-gateway-api/ + /// For more information on Push Gateways: https://spec.matrix.org/latest/push-gateway-api/ /// /// default: "/_matrix/push/v1/notify" #[serde(default = "default_notification_push_path")]