This commit is contained in:
erikjohnston
2026-07-13 08:36:45 +00:00
parent dc00bc1f9e
commit 2a0401ff43
113 changed files with 138 additions and 111 deletions
+13
View File
@@ -4436,6 +4436,19 @@
]
]
},
"exclude_rooms_from_presence": {
"type": "array",
"description": "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.",
"items": {
"type": "string"
},
"default": [],
"examples": [
[
"!foo:example.com"
]
]
},
"opentracing": {
"type": "object",
"description": "These settings enable and configure opentracing, which implements distributed tracing. This allows you to observe the causal chains of events across servers including requests, key lookups etc., across any server running synapse or any other services which support opentracing (specifically those implemented with Jaeger).",