From 7f1c7b964eaab96c5c37b75c5af5405a2f11c36c Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 4 Jul 2025 00:02:31 +0000 Subject: [PATCH] Add missing display/default attributes to appservice example config. Signed-off-by: Jason Volk --- src/core/config/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 3c626c1c..124f0904 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -2114,10 +2114,16 @@ pub struct AppService { /// A unique token for application services to use to authenticate requests /// to Homeservers. + /// + /// default: + /// display: sensitive pub as_token: String, /// A unique token for Homeservers to use to authenticate requests to /// application services. + /// + /// default: + /// display: sensitive pub hs_token: String, /// The localpart of the user associated with the application service.