From ce17c93fa5cc3cb9030053ad1e74e27d078fde9a Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 9 Jul 2026 18:00:17 -0500 Subject: [PATCH] Cross-link #19943 See https://github.com/element-hq/synapse/issues/19943 --- synapse/handlers/federation.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 8dcffbaa28..ab9775db40 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -917,8 +917,9 @@ class FederationHandler: for stripped_state_event in stripped_room_state ] except Exception as exc: - # FIXME(MSC4311): Apply this validation for all room versions after 2027-06-01 (to allow - # some time for the ecosystem to adapt and support MSC4311). + # FIXME(MSC4311): Apply this validation for all room versions after + # 2027-06-01 (to allow some time for the ecosystem to adapt and support + # MSC4311), see https://github.com/element-hq/synapse/issues/19943 # # The Matrix spec says that for "version 12+ rooms, servers SHOULD rather than # MAY respond to such requests with 400 M_MISSING_PARAM". Given we have the @@ -1325,7 +1326,7 @@ class FederationHandler: except Exception as exc: # FIXME(MSC4311): Apply this validation for all room versions after # 2027-06-01 (to allow some time for the ecosystem to adapt and support - # MSC4311). + # MSC4311), see https://github.com/element-hq/synapse/issues/19943 # # The Matrix spec says that for "version 12+ rooms, servers SHOULD rather than # MAY respond to such requests with 400 M_MISSING_PARAM". Given we have the