X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fusers%2Fuser-notification.model.ts;h=002a01583b91c22cd810607ed78cee1804e4e849;hb=718873964490d1aa31b0e99852002165637e4b9e;hp=ed5791794d1a05e1c88a6207e2bc3b5c0def2fc5;hpb=69e076ddb0deda9e4120bab095d3369bb19fbd1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/users/user-notification.model.ts b/client/src/app/shared/shared-main/users/user-notification.model.ts index ed5791794..002a01583 100644 --- a/client/src/app/shared/shared-main/users/user-notification.model.ts +++ b/client/src/app/shared/shared-main/users/user-notification.model.ts @@ -242,7 +242,7 @@ export class UserNotification implements UserNotificationServer { } private buildAccountUrl (account: { name: string, host: string }) { - return '/accounts/' + Actor.CREATE_BY_STRING(account.name, account.host) + return '/a/' + Actor.CREATE_BY_STRING(account.name, account.host) } private buildVideoImportUrl () {