Skip to content

Fix: Don't overwrite reseller userdata with data from server

maik.schaefer requested to merge fix/reseller-user-filestore into main

The middleware returns filestoreId=0 for users without a filestore specifically configured, but internally the context's filestore is being used.

Merge request reports