Document `exclude_rooms_fom_sync` configuration option (#16178)
This commit is contained in:
parent
aeeca2a62e
commit
5856a8ba42
|
@ -0,0 +1 @@
|
||||||
|
Document `exclude_rooms_from_sync` configuration option.
|
|
@ -3867,6 +3867,19 @@ Example configuration:
|
||||||
```yaml
|
```yaml
|
||||||
forget_rooms_on_leave: false
|
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
|
## Opentracing
|
||||||
|
|
Loading…
Reference in New Issue