Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Document exclude_rooms_fom_sync configuration option #16178

Merged
merged 3 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/16178.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document `exclude_rooms_from_sync` configuration option.
13 changes: 13 additions & 0 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3865,6 +3865,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
Expand Down
Loading