mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-06 21:11:08 +02:00
deploy: 437a8ed9efdf8f1aefa092d0761076da3ae78100
This commit is contained in:
parent
ba64407c00
commit
aeaf8f7222
@ -3499,6 +3499,15 @@ templates:
|
|||||||
#
|
#
|
||||||
#custom_template_directory: /path/to/custom/templates/
|
#custom_template_directory: /path/to/custom/templates/
|
||||||
|
|
||||||
|
# List of rooms to exclude from sync responses. This is useful for server
|
||||||
|
# administrators wishing to group users into a room without these users being able
|
||||||
|
# to see it from their client.
|
||||||
|
#
|
||||||
|
# By default, no room is excluded.
|
||||||
|
#
|
||||||
|
#exclude_rooms_from_sync:
|
||||||
|
# - !foo:example.com
|
||||||
|
|
||||||
|
|
||||||
# Message retention policy at the server level.
|
# Message retention policy at the server level.
|
||||||
#
|
#
|
||||||
|
@ -539,6 +539,15 @@ templates:
|
|||||||
#
|
#
|
||||||
#custom_template_directory: /path/to/custom/templates/
|
#custom_template_directory: /path/to/custom/templates/
|
||||||
|
|
||||||
|
# List of rooms to exclude from sync responses. This is useful for server
|
||||||
|
# administrators wishing to group users into a room without these users being able
|
||||||
|
# to see it from their client.
|
||||||
|
#
|
||||||
|
# By default, no room is excluded.
|
||||||
|
#
|
||||||
|
#exclude_rooms_from_sync:
|
||||||
|
# - !foo:example.com
|
||||||
|
|
||||||
|
|
||||||
# Message retention policy at the server level.
|
# Message retention policy at the server level.
|
||||||
#
|
#
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -731,6 +731,15 @@ templates:
|
|||||||
#
|
#
|
||||||
#custom_template_directory: /path/to/custom/templates/
|
#custom_template_directory: /path/to/custom/templates/
|
||||||
|
|
||||||
|
# List of rooms to exclude from sync responses. This is useful for server
|
||||||
|
# administrators wishing to group users into a room without these users being able
|
||||||
|
# to see it from their client.
|
||||||
|
#
|
||||||
|
# By default, no room is excluded.
|
||||||
|
#
|
||||||
|
#exclude_rooms_from_sync:
|
||||||
|
# - !foo:example.com
|
||||||
|
|
||||||
|
|
||||||
# Message retention policy at the server level.
|
# Message retention policy at the server level.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user