You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was meant to be removed with the if loop on lines 211-222:
if(!isFirstTime&&seqno!=highest){// Check we're on the right user & folder.if(path==compilePath(state.account.folder)&&user==state.account.user){// We're currently viewing this thread!letuid=path+seqno// console.log(`Downloaded a new visible email, ${uid}`)// console.log(linearFolders[i])// console.log(path)// console.log(user)alteredView=true}}
But apparently, that solution is not working at the moment. This needs investigating to find the true cause of the refresh.
The text was updated successfully, but these errors were encountered:
This was meant to be removed with the if loop on lines 211-222:
But apparently, that solution is not working at the moment. This needs investigating to find the true cause of the refresh.
The text was updated successfully, but these errors were encountered: