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

Commit

Permalink
Document exclude_rooms_fom_sync configuration option (#16178)
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Aug 24, 2023
1 parent aeeca2a commit 5856a8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/16178.doc
@@ -0,0 +1 @@
Document `exclude_rooms_from_sync` configuration option.
13 changes: 13 additions & 0 deletions docs/usage/configuration/config_documentation.md
Expand Up @@ -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
Expand Down

0 comments on commit 5856a8b

Please sign in to comment.