Update internal room ID: !someRoom

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-19 00:19:02 +09:00
parent d152bbcd0c
commit 1e8030810f
15 changed files with 30 additions and 30 deletions

View File

@ -1245,7 +1245,7 @@ matrix_synapse_ext_spam_checker_mjolnir_antispam_config_block_usernames: false
# this list cannot be room aliases or permalinks. This server is expected
# to already be joined to the room - Mjolnir will not automatically join
# these rooms.
# ["!roomid:example.org"]
# ["!someRoom:example.org"]
matrix_synapse_ext_spam_checker_mjolnir_antispam_config_ban_lists: []
# A dictionary with various fields controlling max length.
# See https://github.com/matrix-org/mjolnir/blob/main/docs/synapse_module.md for details.

View File

@ -575,7 +575,7 @@ templates:
# By default, no room is excluded.
#
#exclude_rooms_from_sync:
# - !foo:example.com
# - !someRoom:example.com
# Message retention policy at the server level.