]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification.model.ts
Add video edition finished notification
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification.model.ts
index a2621fb5bc7c050712baba91688e072f23b11320..a2918194fcaa7c228e82ef3233d90d07d3d0defc 100644 (file)
@@ -30,7 +30,9 @@ export const enum UserNotificationType {
   ABUSE_NEW_MESSAGE = 16,
 
   NEW_PLUGIN_VERSION = 17,
-  NEW_PEERTUBE_VERSION = 18
+  NEW_PEERTUBE_VERSION = 18,
+
+  MY_VIDEO_EDITION_FINISHED = 19
 }
 
 export interface VideoInfo {