]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification-setting.model.ts
Add video edition finished notification
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification-setting.model.ts
index 977e6b9858e18f34cc79af692657a16dbd2c6563..35656f14c91130429c2fa8e1a519c1ccca1e03fd 100644 (file)
@@ -27,4 +27,6 @@ export interface UserNotificationSetting {
 
   newPeerTubeVersion: UserNotificationSettingValue
   newPluginVersion: UserNotificationSettingValue
+
+  myVideoEditionFinished: UserNotificationSettingValue
 }