-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bugfix: Change database query to only return uploads for right account #12516
Conversation
1c1e593
to
7027c5b
Compare
I wonder if this would also help with these reports? 🤔 #11088 |
Yes, it probably fixes this issue too. As far as I understand, the previous behavior uploaded files always to the currently active account (depending on in which account the upload worker was started and which upload worker is faster in working through the upload list), and it would ignore to which account it should upload, so autoupload from account A would upload to the currently active account B... |
7027c5b
to
1fcae56
Compare
1fcae56
to
2f638f4
Compare
2f638f4
to
a6dd0b3
Compare
Signed-off-by: Jonas Mayer <[email protected]>
a6dd0b3
to
610ec1d
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12516.apk |
/backport to stable-3.28 |
Before:
After:
Fixes:
Upload Worker queries uploads for wrong account and uploads it in wrong account.
-> Also leads to upload conflicts, so maybe also causes: #11974
Multiple other inconsistencies.
Fixes #11088