Parcourir la source

Document `exclude_rooms_fom_sync` configuration option (#16178)

tags/v1.92.0rc1
Shay il y a 8 mois
committed by GitHub
Parent
révision
5856a8ba42
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 14 ajouts et 0 suppressions
  1. +1
    -0
      changelog.d/16178.doc
  2. +13
    -0
      docs/usage/configuration/config_documentation.md

+ 1
- 0
changelog.d/16178.doc Voir le fichier

@@ -0,0 +1 @@
Document `exclude_rooms_from_sync` configuration option.

+ 13
- 0
docs/usage/configuration/config_documentation.md Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer