]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user-notification.model.ts
Add link to the profile who commented in notif
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user-notification.model.ts
index 3bb53ff45eea73173f044c7d17f75cc4f2a84af3..125d2120cffb49288e435de96201c5c025473f75 100644 (file)
@@ -95,6 +95,7 @@ export class UserNotification implements UserNotificationServer {
 
       case UserNotificationType.NEW_COMMENT_ON_MY_VIDEO:
       case UserNotificationType.COMMENT_MENTION:
+        this.accountUrl = this.buildAccountUrl(this.comment.account)
         this.commentUrl = [ this.buildVideoUrl(this.comment.video), { threadId: this.comment.threadId } ]
         break