Add missing display/default attributes to appservice example config.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-04 00:02:31 +00:00
parent 1cbcd3fc88
commit 7f1c7b964e

View File

@@ -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.