Currently the notification badge counter doesn’t update until you reload the web page. It would be nice if this info was sent over WebSocket too so it could update immediately when you receive a notification. The email notification can a bit low sometimes.
![]()
I’m trying to make an automation that reacts to reports in real time, that uses an AI agent to solve the report. It also makes Apprise push notifications of the initial report message and the subsequent steps the agent takes, like “User reports out-of-sync subtitles. Attempting to correct…” or “User reports buffering issues. Shutting down Folding@home instance”.
While the graphql API works, the constant polling is more inefficient and results in occasional timeouts or bad gateway errors. It’s probably very demanding for the community server too when a lot of different people are doing this kind of polling or simply reloading the page regularly just to check for new notifications.