From 42e12917eeb81eb9cfffd6543481bfa90138d86d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 19 Oct 2024 12:45:33 +0900 Subject: [PATCH] Replace "@user1" with "@alice" Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-dimension.md | 2 +- roles/custom/matrix-dimension/defaults/main.yml | 2 +- .../custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-dimension.md b/docs/configuring-playbook-dimension.md index 9f6e358c2..d2566627e 100644 --- a/docs/configuring-playbook-dimension.md +++ b/docs/configuring-playbook-dimension.md @@ -20,7 +20,7 @@ These users can modify the integrations this Dimension supports. Add this to you ```yaml matrix_dimension_admins: - - "@user1:{{ matrix_domain }}" + - "@alice:{{ matrix_domain }}" - "@user2:{{ matrix_domain }}" ``` diff --git a/roles/custom/matrix-dimension/defaults/main.yml b/roles/custom/matrix-dimension/defaults/main.yml index 1a19e9452..36b59b9be 100644 --- a/roles/custom/matrix-dimension/defaults/main.yml +++ b/roles/custom/matrix-dimension/defaults/main.yml @@ -16,7 +16,7 @@ matrix_dimension_path_prefix: / # For information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens matrix_dimension_access_token: "" -# Users in form: ['@user1:example.com', '@user2:example.com'] +# Users in form: ['@alice:example.com', '@user2:example.com'] matrix_dimension_admins: [] # Whether to allow Dimension widgets serve websites with invalid or self signed SSL certificates diff --git a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 index a5d578bc2..92015e54d 100644 --- a/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 +++ b/roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 @@ -2846,7 +2846,7 @@ opentracing: # By default, the list is empty. # #force_tracing_for_users: - # - "@user1:server_name" + # - "@alice:server_name" # - "@user2:server_name" # Jaeger can be configured to sample traces at different rates.