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

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv
2024-11-13 11:38:09 +01:00
parent 158299b3d7
commit 54be2ef0f3

View File

@@ -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;
}