Bugfix: Change database query to only return uploads for right account#12516
Bugfix: Change database query to only return uploads for right account#12516JonasMayerDev merged 1 commit intomasterfrom
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