From da07b302fa5dc2d8064f64cc36c15cc44443e560 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 19 Oct 2024 01:20:08 +0900 Subject: [PATCH] Replace !anotherRoom with !aaabaa !aaabaa is used as an example of a room ID on https://spec.matrix.org/v1.12/#room-aliases Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-go-neb.md | 2 +- docs/configuring-playbook-email2matrix.md | 2 +- roles/custom/matrix-alertmanager-receiver/defaults/main.yml | 2 +- roles/custom/matrix-bot-go-neb/defaults/main.yml | 2 +- roles/custom/matrix-email2matrix/defaults/main.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuring-playbook-bot-go-neb.md b/docs/configuring-playbook-bot-go-neb.md index 88eb2a80b..767998450 100644 --- a/docs/configuring-playbook-bot-go-neb.md +++ b/docs/configuring-playbook-bot-go-neb.md @@ -157,7 +157,7 @@ matrix_bot_go_neb_services: Events: ["push", "issues"] "matrix-org/dendron": Events: ["pull_request"] - "!anotherRoom:example.com": + "!aaabaa:example.com": Repos: "element-hq/synapse": Events: ["push", "issues"] diff --git a/docs/configuring-playbook-email2matrix.md b/docs/configuring-playbook-email2matrix.md index 525347f9e..fa56b8c82 100644 --- a/docs/configuring-playbook-email2matrix.md +++ b/docs/configuring-playbook-email2matrix.md @@ -59,7 +59,7 @@ matrix_email2matrix_matrix_mappings: SkipMarkdown: false - MailboxName: "mailbox2" - MatrixRoomId: "!anotherRoom:{{ matrix_domain }}" + MatrixRoomId: "!aaabaa:{{ matrix_domain }}" MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" MatrixUserId: "@email2matrix:{{ matrix_domain }}" MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" diff --git a/roles/custom/matrix-alertmanager-receiver/defaults/main.yml b/roles/custom/matrix-alertmanager-receiver/defaults/main.yml index 6657994c4..6006aa9f8 100644 --- a/roles/custom/matrix-alertmanager-receiver/defaults/main.yml +++ b/roles/custom/matrix-alertmanager-receiver/defaults/main.yml @@ -128,7 +128,7 @@ matrix_alertmanager_receiver_config_matrix_access_token: '' # Example: # matrix_alertmanager_receiver_config_matrix_room: # simple-name: "!qporfwt:example.com" -# another-name: "!anotherRoom:example.com" +# another-name: "!aaabaa:example.com" matrix_alertmanager_receiver_config_matrix_room_mapping: {} # Controls the `templating.external-url-mapping` configuration setting. diff --git a/roles/custom/matrix-bot-go-neb/defaults/main.yml b/roles/custom/matrix-bot-go-neb/defaults/main.yml index 3a176bdfc..2473f86f2 100644 --- a/roles/custom/matrix-bot-go-neb/defaults/main.yml +++ b/roles/custom/matrix-bot-go-neb/defaults/main.yml @@ -294,7 +294,7 @@ matrix_bot_go_neb_services: [] # Events: ["push", "issues"] # "matrix-org/dendron": # Events: ["pull_request"] -# "!anotherRoom:example.com": +# "!aaabaa:example.com": # Repos: # "element-hq/synapse": # Events: ["push", "issues"] diff --git a/roles/custom/matrix-email2matrix/defaults/main.yml b/roles/custom/matrix-email2matrix/defaults/main.yml index ff7f8a142..3f5d89d7b 100644 --- a/roles/custom/matrix-email2matrix/defaults/main.yml +++ b/roles/custom/matrix-email2matrix/defaults/main.yml @@ -55,7 +55,7 @@ matrix_email2matrix_smtp_hostname: "{{ matrix_server_fqn_matrix }}" # SkipMarkdown: false # # - MailboxName: "mailbox2" -# MatrixRoomId: "!anotherRoom:{{ matrix_domain }}" +# MatrixRoomId: "!aaabaa:{{ matrix_domain }}" # MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" # MatrixUserId: "@email2matrix:{{ matrix_domain }}" # MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE"