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 <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-10-19 01:20:08 +09:00
parent 5fc2e2f1f9
commit da07b302fa
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
5 changed files with 5 additions and 5 deletions

View File

@ -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"]

View File

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

View File

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

View File

@ -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"]

View File

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