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
GetUnreadCounts
After the http merge is complete, we should add long-polling to refetch unread counts.
The text was updated successfully, but these errors were encountered:
Will this require a change on the backend as well?
Sorry, something went wrong.
Most likely you've already thought of this, but I would like to highlight that it's probably quite important to do any polling only in active tabs, for example using https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState
Add long-polling to update unread counts in navbar.
10b78ac
- Fixes #1148
Its on the navbar component, which has the unread counts.
89be27b
No branches or pull requests
After the http merge is complete, we should add long-polling to refetch unread counts.
The text was updated successfully, but these errors were encountered: