mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-05-09 05:33:30 +03:00
c0044a9b0a
Current Synapse registers the MatrixRTC transport discovery endpoint on client-serving workers when MSC4143 is enabled, but MDAD does not model that path in either its client-reader bucket or its broader generic- worker endpoint list. Add the unstable MatrixRTC transport discovery route so MDAD's worker routing matches the current upstream worker surface for this endpoint. This is a small, isolated routing addition for a simple authenticated GET endpoint. Refs: - https://github.com/element-hq/synapse/blob/b99a58719b274fcbb327fd8d7649185792bfd12c/synapse/rest/client/matrixrtc.py#L30-L52 - https://github.com/element-hq/synapse/blob/b99a58719b274fcbb327fd8d7649185792bfd12c/synapse/rest/__init__.py#L81-L129 - https://github.com/element-hq/synapse/blob/b99a58719b274fcbb327fd8d7649185792bfd12c/synapse/rest/__init__.py#L179-L197