-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Option 'Skip legacy verified users' unchecks after updates #232
Comments
I only see one location to a place where we disable the skiplegacy option: Line 567 in 8ed9701
you may not have an answer to this question, and that's ok, but do you know if you a) have users in the queue and b) have a twitter tab open during the BB version update? the only situation I can see where this gets accidentally disabled is if the update occurs during a block and that timeout above never gets cancelled as it should |
Closing for now, feel free to reopen if it happens again or you find out new information about what caused this. |
...do we know which version in particular was affected? |
Sorry for the delay in responding. Since Firefox updates the extension automatically, I can't be certain if there were users in the queue and a Twitter tab open during the updates. However, it is likely, as I usually have a Twitter tab open. I will monitor the situation and report back if I encounter this issue with the upcoming release. Thanks for your assistance! |
thanks! just to chime in here, the skip legacy users option is one of the few that can actually disable itself since it relies on an idb database that runs in the background script. while I didn't foresee any issues with the db lookup since it's very quick, if the addon were to update at the same time as a lookup, that might cause a failure and make the extension turn off the setting Lines 663 to 677 in 014ad8d
we could probably just remove the disable legacy code and just pop an error instead and it would probably fix this |
I don't understand, it's still checked here? |
I'm not certain how to offer additional evidence, but I suspect there is a connection between extension updates and the 'Skip legacy verified users unchecks when updating' unchecking itself
This is the second instance where I've noticed this option was unchecked, despite my recollection of having checked it previously and not changing it. Interestingly, other settings appear unaffected.
I am sorry I can't provide more information at this moment. However, if helpful, I am willing to assist in diagnosing this issue further.
The text was updated successfully, but these errors were encountered: