mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
Merge remote-tracking branch 'origin/develop' into anoa/msc4429
# Conflicts: # rust/src/config/mod.rs
This commit is contained in:
@@ -4320,6 +4320,16 @@ exclude_rooms_from_sync:
|
||||
- '!foo:example.com'
|
||||
```
|
||||
---
|
||||
### `exclude_rooms_from_presence`
|
||||
|
||||
*(array)* A list of rooms to exclude from presence updates. Presence will not be routed between two users solely because they share one of these rooms. Users who also share a non-excluded room continue to exchange presence as normal. Defaults to `[]`.
|
||||
|
||||
Example configuration:
|
||||
```yaml
|
||||
exclude_rooms_from_presence:
|
||||
- '!foo:example.com'
|
||||
```
|
||||
---
|
||||
## Opentracing
|
||||
|
||||
Configuration options related to Opentracing support.
|
||||
|
||||
Reference in New Issue
Block a user