forked from MirrorHub/synapse
Clarify comments
This commit is contained in:
parent
cb12a37708
commit
8e32f26cb8
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@ class RoomDirectoryConfig(Config):
|
||||||
# The format of this option is the same as that for
|
# The format of this option is the same as that for
|
||||||
# `alias_creation_rules`.
|
# `alias_creation_rules`.
|
||||||
#
|
#
|
||||||
# If the room has one or more aliases associated with it, the rules are
|
# If the room has one or more aliases associated with it, only one of
|
||||||
# run against each alias. If there are no aliases then only rules with
|
# the aliases needs to match the alias rule. If there are no aliases
|
||||||
# `alias: *` match.
|
# then only rules with `alias: *` match.
|
||||||
room_list_publication_rules:
|
room_list_publication_rules:
|
||||||
- user_id: "*" # Matches against the user publishing the room
|
- user_id: "*" # Matches against the user publishing the room
|
||||||
alias: "*" # Matches against any current local or canonical
|
alias: "*" # Matches against any current local or canonical
|
||||||
|
|
Loading…
Reference in a new issue