From f163264a8253cbd8984c79b0482032ef9c8772c3 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Mon, 29 Dec 2025 21:14:52 +0000 Subject: [PATCH] docs: Update example domains --- conduwuit-example.toml | 9 +++++---- src/core/config/mod.rs | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 1edb7e0e..fdc74ce9 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -26,8 +26,8 @@ # Also see the `[global.well_known]` config section at the very bottom. # # Examples of delegation: -# - https://puppygock.gay/.well-known/matrix/server -# - https://puppygock.gay/.well-known/matrix/client +# - https://continuwuity.org/.well-known/matrix/server +# - https://continuwuity.org/.well-known/matrix/client # # YOU NEED TO EDIT THIS. THIS CANNOT BE CHANGED AFTER WITHOUT A DATABASE # WIPE. @@ -1533,7 +1533,7 @@ # a normal continuwuity admin command. The reply will be publicly visible # to the room, originating from the sender. # -# example: \\!admin debug ping puppygock.gay +# example: \\!admin debug ping continuwuity.org # #admin_escape_commands = true @@ -1551,7 +1551,8 @@ # For example: `./continuwuity --execute "server admin-notice continuwuity # has started up at $(date)"` # -# example: admin_execute = ["debug ping puppygock.gay", "debug echo hi"]` +# example: admin_execute = ["debug ping continuwuity.org", "debug echo +# hi"]` # #admin_execute = [] diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 5dcaff5c..20092ef1 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -69,8 +69,8 @@ pub struct Config { /// Also see the `[global.well_known]` config section at the very bottom. /// /// Examples of delegation: - /// - https://puppygock.gay/.well-known/matrix/server - /// - https://puppygock.gay/.well-known/matrix/client + /// - https://continuwuity.org/.well-known/matrix/server + /// - https://continuwuity.org/.well-known/matrix/client /// /// YOU NEED TO EDIT THIS. THIS CANNOT BE CHANGED AFTER WITHOUT A DATABASE /// WIPE. @@ -1752,7 +1752,7 @@ pub struct Config { /// a normal continuwuity admin command. The reply will be publicly visible /// to the room, originating from the sender. /// - /// example: \\!admin debug ping puppygock.gay + /// example: \\!admin debug ping continuwuity.org #[serde(default = "true_fn")] pub admin_escape_commands: bool, @@ -1770,7 +1770,8 @@ pub struct Config { /// For example: `./continuwuity --execute "server admin-notice continuwuity /// has started up at $(date)"` /// - /// example: admin_execute = ["debug ping puppygock.gay", "debug echo hi"]` + /// example: admin_execute = ["debug ping continuwuity.org", "debug echo + /// hi"]` /// /// default: [] #[serde(default)]