]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification.model.ts
Ensure we don't move live to object storage
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification.model.ts
index 8b33e3fbdab30d66a90719ba315a0ea06ff68bc5..5820589fe8a999fe7395288007af1412cba0b0e1 100644 (file)
@@ -36,6 +36,7 @@ export const enum UserNotificationType {
 export interface VideoInfo {
   id: number
   uuid: string
+  shortUUID: string
   name: string
 }
 
@@ -82,11 +83,7 @@ export interface UserNotification {
     comment?: {
       threadId: number
 
-      video: {
-        id: number
-        uuid: string
-        name: string
-      }
+      video: VideoInfo
     }
 
     account?: ActorInfo