We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we get new dashboards from a newly installed mod, the client will not know about this mod unless the web socket client reconnects.
If we emit a dashboard_metadata event along with the available_dashboards event, the client will be able to categories these new dashboards correctly.
dashboard_metadata
available_dashboards
The text was updated successfully, but these errors were encountered:
6fa8aa2
MichaelBurgess
No branches or pull requests
If we get new dashboards from a newly installed mod, the client will not know about this mod unless the web socket client reconnects.
If we emit a
dashboard_metadata
event along with theavailable_dashboards
event, the client will be able to categories these new dashboards correctly.The text was updated successfully, but these errors were encountered: