diff options
author | babolivier <babolivier@users.noreply.github.com> | 2022-03-30 09:43:45 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2022-03-30 09:43:45 +0000 |
commit | aeaf8f7222c1d8dfdc474a0aff81786fc189d11d (patch) | |
tree | 808c02d080a401a22742a4d240c4b0e2ec9f36fe /develop/sample_config.yaml | |
parent | deploy: 013f3f5e44278c7894e48ccd179ad4bca63bd857 (diff) | |
download | synapse-aeaf8f7222c1d8dfdc474a0aff81786fc189d11d.tar.xz |
deploy: 437a8ed9efdf8f1aefa092d0761076da3ae78100
Diffstat (limited to 'develop/sample_config.yaml')
-rw-r--r-- | develop/sample_config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/develop/sample_config.yaml b/develop/sample_config.yaml index a21b48ab2e..b8d8c0dbf0 100644 --- a/develop/sample_config.yaml +++ b/develop/sample_config.yaml @@ -539,6 +539,15 @@ 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. # |