mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Document exclude_rooms_fom_sync
configuration option (#16178)
This commit is contained in:
parent
aeeca2a62e
commit
5856a8ba42
1
changelog.d/16178.doc
Normal file
1
changelog.d/16178.doc
Normal file
@ -0,0 +1 @@
|
||||
Document `exclude_rooms_from_sync` configuration option.
|
@ -3867,6 +3867,19 @@ Example configuration:
|
||||
```yaml
|
||||
forget_rooms_on_leave: false
|
||||
```
|
||||
---
|
||||
### `exclude_rooms_from_sync`
|
||||
A 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.
|
||||
|
||||
Example configuration:
|
||||
```yaml
|
||||
exclude_rooms_from_sync:
|
||||
- !foo:example.com
|
||||
```
|
||||
|
||||
---
|
||||
## Opentracing
|
||||
|
Loading…
Reference in New Issue
Block a user