Skip to content

Commit

Permalink
fix missing quotes for exclude_rooms_from_sync (#17308)
Browse files Browse the repository at this point in the history
We tried to configure rooms `exclude_rooms_from_sync`. If we do not
quote we get an error.
The example should be valid.
  • Loading branch information
dklimpel committed Jun 18, 2024
1 parent 088992a commit 1c7d85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/17308.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing quotes for example for `exclude_rooms_from_sync`.
2 changes: 1 addition & 1 deletion docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4150,7 +4150,7 @@ By default, no room is excluded.
Example configuration:
```yaml
exclude_rooms_from_sync:
- !foo:example.com
- "!foo:example.com"
```

---
Expand Down

0 comments on commit 1c7d85f

Please sign in to comment.