fix(profile): add legacy root for old `core.ProfilePage.index`

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/49244/head
skjnldsv 1 year ago
parent 158299b3d7
commit 54be2ef0f3
  1. 3
      lib/private/Route/Router.php

@ -407,6 +407,9 @@ class Router implements IRouter {
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
return 'cloud_federation_api.requesthandler.receivenotification';
}
if ($routeName === 'core.ProfilePage.index') {
return 'profile.ProfilePage.index';
}
return $routeName;
}

Loading…
Cancel
Save