Skip to content

Commit

Permalink
fix missing quotes for exclude_rooms_from_sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel authored Jun 14, 2024
1 parent 3aae60f commit d7642de
Showing 1 changed file with 1 addition and 1 deletion.
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 d7642de

Please sign in to comment.