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
|
"org.matrix.msc3083.v2.event": event.get_pdu_json(), |