Skip to content
Snippets Groups Projects
Unverified Commit 5856a8ba authored by Shay's avatar Shay Committed by GitHub
Browse files

Document `exclude_rooms_fom_sync` configuration option (#16178)

parent aeeca2a6
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment