From e2af939e754864040562eb61e7bd1d09997fd770 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Mon, 20 Oct 2025 08:42:08 -0400 Subject: [PATCH] Note deviations in Synapse implementation --- proposals/4140-delayed-events-futures.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proposals/4140-delayed-events-futures.md b/proposals/4140-delayed-events-futures.md index 190792679..559727bde 100644 --- a/proposals/4140-delayed-events-futures.md +++ b/proposals/4140-delayed-events-futures.md @@ -813,6 +813,13 @@ Once the MSC is accepted, but before the server advertises the spec version that advertise `org.matrix.msc4140.stable` as an unstable feature flag to let clients know that they can use the stable endpoints for sending and managing delayed events. +### Implementation differences + +In the Synapse implementation of this MSC, +`GET /_matrix/client/v1/delayed_events` does not yet support query parameters, +and returns only scheduled delayed events, +under a key of `"delayed_events"` instead of `"scheduled"`. + ## Dependencies None.