mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 05:38:26 +00:00
deploy: 0bd28389b1
This commit is contained in:
@@ -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).",
|
||||
|
||||
Reference in New Issue
Block a user