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
#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.
n.b. because EW/ED doesn't use the embedded mode this isn't a blocker for those upstream clients. Instead it is an issue for any downstream consumers of js-sdk.
#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 supportupdate_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.
The text was updated successfully, but these errors were encountered: