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

Archived recordings table view does not update on notification #344

Closed
andrewazores opened this issue Nov 26, 2021 · 0 comments · Fixed by #366
Closed

Archived recordings table view does not update on notification #344

andrewazores opened this issue Nov 26, 2021 · 0 comments · Fixed by #366
Assignees
Labels
bug Something isn't working

Comments

@andrewazores
Copy link
Member

There is a WebSocket Notification emitted when a recording is added or removed from the archives. This should trigger the Archived recordings table to update and add/remove the corresponding entry. A full refresh (GET query) should not be necessary - the state starts from a query when the view is first created, so just applying add/remove operations in sequence when received by notifications should be enough to keep the view in sync with the actual backend state.

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
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant