Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full room state is no longer available to widgets unless they use the update_state action #127

Open
hughns opened this issue Jan 24, 2025 · 0 comments · May be fixed by #126
Open

Full room state is no longer available to widgets unless they use the update_state action #127

hughns opened this issue Jan 24, 2025 · 0 comments · May be fixed by #126
Labels
bug Something isn't working

Comments

@hughns
Copy link
Member

hughns commented Jan 24, 2025

#116 introduced changes to how the matrix-widget-api behaves when used within a widget container/host application (such as Element Web).

Specifically, for a widget to get full state events for a room it needs to consume the update_state action as the read_events action will only return state events from the timeline (which might be limited and may not have been back paginated)

Affected versions of matrix-widget-api are: v0.12.0 and v0.13.0

A new UnstableApiVersion was added in v0.13.0 to provide a version for the widget to opt-in with.

A proposed fix is being worked on in #126 that uses that new version to support both modes of operation.

@hughns hughns added the bug Something isn't working label Jan 24, 2025
@hughns hughns linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant