You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The response generated for /send_join (and parsing of it on the federation client side) still uses an unstable prefix from MSC3083: org.matrix.msc3083.v2.event.
This should be updated to be just event, the stable field name. We probably need to send / handle both for a period of time unfortunately.
Note that Synapse v1.41.0 had support for room version 8, and Synapse v1.42.0 had support for room version 9; both of which could use the fields from above.
The response generated for
/send_join
(and parsing of it on the federation client side) still uses an unstable prefix from MSC3083:org.matrix.msc3083.v2.event
.This should be updated to be just
event
, the stable field name. We probably need to send / handle both for a period of time unfortunately.See
synapse/synapse/federation/federation_server.py
Line 617 in 98c8fc6
The text was updated successfully, but these errors were encountered: