From 1f532fe90d259acdf676171cce9defe14d2aae9f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 26 Jan 2025 11:40:28 +0900 Subject: [PATCH] Update docs/configuring-playbook-cactus-comments.md: add the configuration for changing the default username (bot.cactusbot) Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-cactus-comments.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuring-playbook-cactus-comments.md b/docs/configuring-playbook-cactus-comments.md index e6410946e..3b6916d2f 100644 --- a/docs/configuring-playbook-cactus-comments.md +++ b/docs/configuring-playbook-cactus-comments.md @@ -32,6 +32,9 @@ matrix_cactus_comments_enabled: true # When the backend (appservice) is enabled, this is also enabled automatically, but we explicitly enable it here. matrix_cactus_comments_client_enabled: true +# Uncomment and adjust this part if you'd like to use a username different than the default +# matrix_cactus_comments_user_id: "bot.cactusbot" + # To allow guest comments without users needing to log in, you need to have guest registration enabled. # To do this you need to uncomment one of the following lines (depending if you are using Synapse or Dendrite as a homeserver) # If you don't know which one you use: The default is Synapse ;)