From 9b5c8c124e62d3bd3b6702eb282f69345ecfbcf2 Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 11 Apr 2024 22:07:53 -0400 Subject: [PATCH] fix example config well_known options Signed-off-by: strawberry --- conduwuit-example.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 73084f96..76b81b66 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -624,7 +624,7 @@ allow_profile_lookup_federation_requests = true # All options here are strings. Currently only supports 1 single contact. # No default. # -#well_known_support_page = "" -#well_known_support_role = "" -#well_known_support_email = "" -#well_known_support_mxid = "" +#support_page = "" +#support_role = "" +#support_email = "" +#support_mxid = ""