Merge remote-tracking branch 'origin/develop' into anoa/msc4429

# Conflicts:
#	rust/src/config/mod.rs
This commit is contained in:
Jason Robinson
2026-07-14 22:48:23 +03:00
59 changed files with 1641 additions and 187 deletions
@@ -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.