!aaabaa is used as an example of a room ID on https://spec.matrix.org/v1.12/#room-aliases Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/3653/head
| @@ -157,7 +157,7 @@ matrix_bot_go_neb_services: | |||||
| Events: ["push", "issues"] | Events: ["push", "issues"] | ||||
| "matrix-org/dendron": | "matrix-org/dendron": | ||||
| Events: ["pull_request"] | Events: ["pull_request"] | ||||
| "!anotherRoom:example.com": | |||||
| "!aaabaa:example.com": | |||||
| Repos: | Repos: | ||||
| "element-hq/synapse": | "element-hq/synapse": | ||||
| Events: ["push", "issues"] | Events: ["push", "issues"] | ||||
| @@ -59,7 +59,7 @@ matrix_email2matrix_matrix_mappings: | |||||
| SkipMarkdown: false | SkipMarkdown: false | ||||
| - MailboxName: "mailbox2" | - MailboxName: "mailbox2" | ||||
| MatrixRoomId: "!anotherRoom:{{ matrix_domain }}" | |||||
| MatrixRoomId: "!aaabaa:{{ matrix_domain }}" | |||||
| MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | ||||
| MatrixUserId: "@email2matrix:{{ matrix_domain }}" | MatrixUserId: "@email2matrix:{{ matrix_domain }}" | ||||
| MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | ||||
| @@ -128,7 +128,7 @@ matrix_alertmanager_receiver_config_matrix_access_token: '' | |||||
| # Example: | # Example: | ||||
| # matrix_alertmanager_receiver_config_matrix_room: | # matrix_alertmanager_receiver_config_matrix_room: | ||||
| # simple-name: "!qporfwt:example.com" | # simple-name: "!qporfwt:example.com" | ||||
| # another-name: "!anotherRoom:example.com" | |||||
| # another-name: "!aaabaa:example.com" | |||||
| matrix_alertmanager_receiver_config_matrix_room_mapping: {} | matrix_alertmanager_receiver_config_matrix_room_mapping: {} | ||||
| # Controls the `templating.external-url-mapping` configuration setting. | # Controls the `templating.external-url-mapping` configuration setting. | ||||
| @@ -294,7 +294,7 @@ matrix_bot_go_neb_services: [] | |||||
| # Events: ["push", "issues"] | # Events: ["push", "issues"] | ||||
| # "matrix-org/dendron": | # "matrix-org/dendron": | ||||
| # Events: ["pull_request"] | # Events: ["pull_request"] | ||||
| # "!anotherRoom:example.com": | |||||
| # "!aaabaa:example.com": | |||||
| # Repos: | # Repos: | ||||
| # "element-hq/synapse": | # "element-hq/synapse": | ||||
| # Events: ["push", "issues"] | # Events: ["push", "issues"] | ||||
| @@ -55,7 +55,7 @@ matrix_email2matrix_smtp_hostname: "{{ matrix_server_fqn_matrix }}" | |||||
| # SkipMarkdown: false | # SkipMarkdown: false | ||||
| # | # | ||||
| # - MailboxName: "mailbox2" | # - MailboxName: "mailbox2" | ||||
| # MatrixRoomId: "!anotherRoom:{{ matrix_domain }}" | |||||
| # MatrixRoomId: "!aaabaa:{{ matrix_domain }}" | |||||
| # MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | # MatrixHomeserverUrl: "{{ matrix_homeserver_url }}" | ||||
| # MatrixUserId: "@email2matrix:{{ matrix_domain }}" | # MatrixUserId: "@email2matrix:{{ matrix_domain }}" | ||||
| # MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | # MatrixAccessToken: "MATRIX_ACCESS_TOKEN_HERE" | ||||