diff --git a/src/app.jsx b/src/app.jsx index ecbd05d8..83146c54 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -84,6 +84,7 @@ window.__STATES_STATS__ = () => { // Every 5 minutes // Only posts for now setInterval(() => { + if (!window.__IDLE__) return; const { statuses } = states; for (const key in statuses) { const $post = document.querySelector(`[data-state-post-id~="${key}"]`);