Closed
Description
#4574 landed via bdd4d82 into the RCs for v36.1.0.
The problem is that if the widget host doesn't support the new update_state
action then the fetching of room state will never work. For example, the matrix-rust-sdk does not support update_state
yet.
This will impact any widget that uses the matrix-js-sdk in embedded mode including element-call.
A proposed fix is in #4652
I've marked this as a release blocker as it wasn't intended that this would be incompatible.