diff --git a/changelog/unreleased/bugfix-unnecessary-redirects-personal-home-folder b/changelog/unreleased/bugfix-unnecessary-redirects-personal-home-folder index 0de7deca7ca..727470e8f74 100644 --- a/changelog/unreleased/bugfix-unnecessary-redirects-personal-home-folder +++ b/changelog/unreleased/bugfix-unnecessary-redirects-personal-home-folder @@ -1,6 +1,6 @@ Bugfix: Unnecessary redirects on personal page -Navigating to all files could tend to loading resources twice, first resources from root (/) and second the resources from the homeFolder (options.homeFolder). +Navigating to all files could lead to loading resources twice, first resources from root (/) and second the resources from the homeFolder (options.homeFolder). We've fixed this by detecting those cases and only load resources for the homeFolder. https://github.com/owncloud/web/pull/5893