Note deviations in Synapse implementation

toger5/expiring-events-keep-alive
Andrew Ferrazzutti 1 month ago
parent c19a394d81
commit e2af939e75

@ -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 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. 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 ## Dependencies
None. None.

Loading…
Cancel
Save