]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification.model.ts
Merge branch 'release/2.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification.model.ts
index 11d96fd50a13d112523a55621a67c830bcd4cfc9..5f7c3397609df57d6d82efc05dc16b85afae0dae 100644 (file)
@@ -73,7 +73,9 @@ export interface UserNotification {
       threadId: number
 
       video: {
+        id: number
         uuid: string
+        name: string
       }
     }