]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/user/user-notification.ts
restore live transcoding to live streaming tab
[github/Chocobozzz/PeerTube.git] / server / types / models / user / user-notification.ts
index f59eb726039fd43a3022a57df1802606d2e2a00a..58764a74842a6207563d380c094ac5f972dc3813 100644 (file)
@@ -56,7 +56,7 @@ export module UserNotificationIncludes {
     PickWith<VideoCommentModel, 'Video', Pick<VideoModel, 'id' | 'name' | 'uuid'>>>
 
   export type AbuseInclude =
-    Pick<AbuseModel, 'id'> &
+    Pick<AbuseModel, 'id' | 'state'> &
     PickWith<AbuseModel, 'VideoAbuse', VideoAbuseInclude> &
     PickWith<AbuseModel, 'VideoCommentAbuse', VideoCommentAbuseInclude> &
     PickWith<AbuseModel, 'FlaggedAccount', AccountIncludeActor>