Loading packages/client/src/contexts/ChatContext.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ export const ChatContext = ({ children }: PropsWithChildren) => { useEffect(() => { checkForAccessToken(); checkNotifs.current = setInterval(checkForNotifs, 1000); checkNotifs.current = setInterval(checkForNotifs, 1000 * 60); return () => { window.removeEventListener("focus", handleWindowFocus); Loading Loading
packages/client/src/contexts/ChatContext.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ export const ChatContext = ({ children }: PropsWithChildren) => { useEffect(() => { checkForAccessToken(); checkNotifs.current = setInterval(checkForNotifs, 1000); checkNotifs.current = setInterval(checkForNotifs, 1000 * 60); return () => { window.removeEventListener("focus", handleWindowFocus); Loading