Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
5856a8ba
Unverified
Commit
5856a8ba
authored
1 year ago
by
Shay
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Document `exclude_rooms_fom_sync` configuration option (#16178)
parent
aeeca2a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/16178.doc
+1
-0
1 addition, 0 deletions
changelog.d/16178.doc
docs/usage/configuration/config_documentation.md
+13
-0
13 additions, 0 deletions
docs/usage/configuration/config_documentation.md
with
14 additions
and
0 deletions
changelog.d/16178.doc
0 → 100644
+
1
−
0
View file @
5856a8ba
Document `exclude_rooms_from_sync` configuration option.
This diff is collapsed.
Click to expand it.
docs/usage/configuration/config_documentation.md
+
13
−
0
View file @
5856a8ba
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment